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

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

273 active golfers, 1050 entries

Solutions by @LCupery:
49
#190 - Lydia Cupery / @LCupery

04/15/2018 at 07:23PM

50
#>212 - Lydia Cupery / @LCupery

04/15/2018 at 07:11PM

51
#>224 - Lydia Cupery / @LCupery

04/15/2018 at 06:44PM

52
#>236 - Lydia Cupery / @LCupery

04/15/2018 at 06:32PM

52
#>236 - Lydia Cupery / @LCupery

04/15/2018 at 07:04PM

61
#>260 - Lydia Cupery / @LCupery

04/15/2018 at 06:30PM

63
#>261 - Lydia Cupery / @LCupery

04/15/2018 at 03:01PM

72
#>269 - Lydia Cupery / @LCupery

04/15/2018 at 02:59PM

75
#>269 - Lydia Cupery / @LCupery

04/15/2018 at 02:54PM