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 @xieyh11:

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

754 active golfers, 2538 entries

Solutions by @xieyh11:
22
#154 - xieyh11 / @xieyh11

02/27/2015 at 08:53AM

23
#>232 - xieyh11 / @xieyh11

02/27/2015 at 08:52AM

24
#>290 - xieyh11 / @xieyh11

02/27/2015 at 08:51AM

25
#>356 - xieyh11 / @xieyh11

02/27/2015 at 08:50AM

26
#>469 - xieyh11 / @xieyh11

02/27/2015 at 08:29AM

27
#>542 - xieyh11 / @xieyh11

02/27/2015 at 08:27AM

28
#>588 - xieyh11 / @xieyh11

02/27/2015 at 08:26AM

30
#>662 - xieyh11 / @xieyh11

02/27/2015 at 08:24AM

33
#>695 - xieyh11 / @xieyh11

02/27/2015 at 08:18AM

34
#>707 - xieyh11 / @xieyh11

02/27/2015 at 08:17AM