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

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

271 active golfers, 1039 entries

Solutions by @walker_boh:
36
#58 - Walker Boh / @walker_boh

09/30/2015 at 12:25PM

37
#>74 - Walker Boh / @walker_boh

09/30/2015 at 12:23PM

42
#>108 - Walker Boh / @walker_boh

09/30/2015 at 12:20PM

47
#>147 - Walker Boh / @walker_boh

09/30/2015 at 11:16AM

47
#>147 - Walker Boh / @walker_boh

09/30/2015 at 11:19AM

52
#>229 - Walker Boh / @walker_boh

09/30/2015 at 10:42AM

64
#>259 - Walker Boh / @walker_boh

09/30/2015 at 10:36AM