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

271 active golfers, 1039 entries

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

12/07/2015 at 08:30PM

37
#>74 - Patrick Cichon / @the_nQL

12/07/2015 at 08:29PM

37
#>74 - Patrick Cichon / @the_nQL

12/07/2015 at 08:59PM

38
#>76 - Patrick Cichon / @the_nQL

12/07/2015 at 08:27PM

38
#>76 - Patrick Cichon / @the_nQL

12/07/2015 at 08:38PM

41
#>102 - Patrick Cichon / @the_nQL

12/07/2015 at 08:25PM

43
#>115 - Patrick Cichon / @the_nQL

12/07/2015 at 08:22PM

46
#>134 - Patrick Cichon / @the_nQL

12/07/2015 at 08:19PM

47
#>149 - Patrick Cichon / @the_nQL

12/07/2015 at 08:18PM

48
#>160 - Patrick Cichon / @the_nQL

12/07/2015 at 08:15PM

50
#>203 - Patrick Cichon / @the_nQL

12/07/2015 at 08:11PM

52
#>231 - Patrick Cichon / @the_nQL

12/07/2015 at 08:09PM

54
#>240 - Patrick Cichon / @the_nQL

12/07/2015 at 08:04PM

54
#>240 - Patrick Cichon / @the_nQL

12/07/2015 at 08:08PM