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 559e6360b6f8bd0f17010b61

Make HTML List

Turn the comma separated list into an unordered html list.

Start file
item1,item2,item3,item4,item5
End file
<ul>
	<li>item1</li>
	<li>item2</li>
	<li>item3</li>
	<li>item4</li>
	<li>item5</li>
</ul>

View Diff

1c1,7
< item1,item2,item3,item4,item5
---
> <ul>
> 	<li>item1</li>
> 	<li>item2</li>
> 	<li>item3</li>
> 	<li>item4</li>
> 	<li>item5</li>
> </ul>

Solutions by @the_nQL:

Unlock 14 remaining solutions by signing in and submitting your own entry
Created by: @compilejason

273 active golfers, 1050 entries

Solutions by @the_nQL:
36
#64 - Patrick Cichon / @the_nQL

12/07/2015 at 08:30PM

37
#>75 - Patrick Cichon / @the_nQL

12/07/2015 at 08:29PM

37
#>75 - Patrick Cichon / @the_nQL

12/07/2015 at 08:59PM

38
#>77 - Patrick Cichon / @the_nQL

12/07/2015 at 08:27PM

38
#>77 - Patrick Cichon / @the_nQL

12/07/2015 at 08:38PM

41
#>103 - Patrick Cichon / @the_nQL

12/07/2015 at 08:25PM

43
#>116 - Patrick Cichon / @the_nQL

12/07/2015 at 08:22PM

46
#>136 - Patrick Cichon / @the_nQL

12/07/2015 at 08:19PM

47
#>151 - Patrick Cichon / @the_nQL

12/07/2015 at 08:18PM

48
#>162 - Patrick Cichon / @the_nQL

12/07/2015 at 08:15PM

50
#>205 - Patrick Cichon / @the_nQL

12/07/2015 at 08:11PM

52
#>233 - Patrick Cichon / @the_nQL

12/07/2015 at 08:09PM

54
#>242 - Patrick Cichon / @the_nQL

12/07/2015 at 08:04PM

54
#>242 - Patrick Cichon / @the_nQL

12/07/2015 at 08:08PM