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

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

271 active golfers, 1039 entries

Solutions by @lthurston188:
36
#55 - Liam Thurston / @lthurston188

08/17/2015 at 11:42PM

41
#>100 - Liam Thurston / @lthurston188

08/17/2015 at 11:41PM

46
#>130 - Liam Thurston / @lthurston188

08/17/2015 at 11:39PM

48
#>158 - Liam Thurston / @lthurston188

08/17/2015 at 11:31PM

50
#>197 - Liam Thurston / @lthurston188

08/17/2015 at 11:29PM

52
#>228 - Liam Thurston / @lthurston188

08/17/2015 at 11:22PM