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

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

274 active golfers, 1061 entries

Solutions by @AaronFresh7:
35
#37 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:55AM

37
#>76 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:50AM

41
#>101 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:46AM

47
#>145 - Aaron Fresh / @AaronFresh7

07/13/2015 at 09:03AM

48
#>159 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:43AM

50
#>197 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:38AM

77
#>270 - Aaron Fresh / @AaronFresh7

07/13/2015 at 09:01AM

82
#>270 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:36AM

106
#>271 - Aaron Fresh / @AaronFresh7

07/13/2015 at 08:33AM