Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 4fca29ddd3a0d40001000038

Remove semicolons after expressions

A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.

Start file
var foo;

var bar = myCoolStuff();

callRemote();

foo = callTheWorld();
End file
var foo

var bar = myCoolStuff()

callRemote()

foo = callTheWorld()

View Diff

1c1
< var foo;
---
> var foo
3c3
< var bar = myCoolStuff();
---
> var bar = myCoolStuff()
5c5
< callRemote();
---
> callRemote()
7c7
< foo = callTheWorld();
---
> foo = callTheWorld()

Solutions by @thscuriousquest:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @laurilehmijoki

258 active golfers, 628 entries

Solutions by @thscuriousquest:
6
#108 - Michael / @thscuriousquest

03/01/2020 at 03:02AM

7
#>138 - Michael / @thscuriousquest

03/01/2020 at 03:01AM

8
#>224 - Michael / @thscuriousquest

03/01/2020 at 03:00AM

9
#>235 - Michael / @thscuriousquest

03/01/2020 at 02:58AM

10
#>246 - Michael / @thscuriousquest

03/01/2020 at 02:57AM

10
#>246 - Michael / @thscuriousquest

03/01/2020 at 02:59AM

11
#>249 - Michael / @thscuriousquest

03/01/2020 at 02:55AM