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 50048db8cdc4060002000004

Vertical Limit

transform a succession of one word lines to a an array of strings

Start file
There
is
no
vertical
limit
for
vim
Ninjas
End file
[ "There", "is", "no", "vertical", "limit", "for", "vim", "Ninjas" ]

View Diff

1,8c1
< There
< is
< no
< vertical
< limit
< for
< vim
< Ninjas
---
> [ "There", "is", "no", "vertical", "limit", "for", "vim", "Ninjas" ]

Solutions by @deft_code:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @knarfben

737 active golfers, 2440 entries

Solutions by @deft_code:
23
#195 - J. Nick Terry / @deft_code

08/28/2012 at 07:16AM

25
#>309 - J. Nick Terry / @deft_code

08/28/2012 at 07:12AM

26
#>401 - J. Nick Terry / @deft_code

08/28/2012 at 07:05AM

28
#>549 - J. Nick Terry / @deft_code

08/28/2012 at 06:56AM

37
#>708 - J. Nick Terry / @deft_code

10/23/2013 at 08:43PM

38
#>710 - J. Nick Terry / @deft_code

10/23/2013 at 08:40PM