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 9v0065c7bf44000000000261

months to html list items

Turn the months into list items.

Start file
<ul class="months">
january
february
march
april
may
june
july
august
september
october
november
december
</ul>
End file
<ul class="months">
       
<li>January</li>
       
<li>February</li>
       
<li>March</li>
       
<li>April</li>
       
<li>May</li>
       
<li>June</li>
       
<li>July</li>
       
<li>August</li>
       
<li>September</li>
       
<li>October</li>
       
<li>November</li>
       
<li>December</li>
</ul>

View Diff

2,13c2,13
< january
< february
< march
< april
< may
< june
< july
< august
< september
< october
< november
< december
---
>       <li>January</li>
>       <li>February</
li>
>       <li>March</li>
>       <li>April</
li>
>       <li>May</li>
>       <li>June</
li>
>       <li>July</li>
>       <li>August</
li>
>       <li>September</li>
>       <li>October</
li>
>       <li>November</li>
>       <li>December</
li>

Solutions by @constap:

Unlock 3 remaining solutions by signing in and submitting your own entry
Created by: @gangelop

277 active golfers, 1016 entries

Solutions by @constap:
25
#113 - constap / @constap

04/25/2024 at 02:38AM

25
#>113 - constap / @constap

04/25/2024 at 02:43AM

32
#>223 - constap / @constap

04/25/2024 at 02:35AM