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

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

274 active golfers, 1061 entries

Solutions by @chocola81394123:
34
#28 - chocolate / @chocola81394123

11/27/2020 at 08:10AM

35
#>52 - chocolate / @chocola81394123

11/27/2020 at 06:31AM

36
#>74 - chocolate / @chocola81394123

11/27/2020 at 06:25AM

37
#>77 - chocolate / @chocola81394123

11/27/2020 at 06:22AM

39
#>88 - chocolate / @chocola81394123

11/27/2020 at 06:01AM

53
#>240 - chocolate / @chocola81394123

11/27/2020 at 05:58AM