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 5518cd2bfb03aa1d9402a6a3

Fix the XML

The challenge consists in having a valid xml from an incomplete source.

Start file
<I>
    <hate>
        <xml>hello
        <files>files
    </hate>
    <hate>
        <xml>xml
        <files>world
    </hate>
</I>
End file
<I>
    <hate>
        <xml>hello</xml>
        <files>files</files>
    </hate>
    <hate>
        <xml>xml</xml>
        <files>world</files>
    </hate>
</I>

View Diff

3,4c3,4
<         <xml>hello
<         <files>files
---
>         <xml>hello</xml>
>         <files>files</files>
7,8c7,8
<         <xml>xml
<         <files>world
---
>         <xml>xml</xml>
>         <files>world</files>

Solutions by @maraisf:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @leo_luz

282 active golfers, 986 entries

Solutions by @maraisf:
18
#49 - Francois Marais / @maraisf

04/03/2018 at 08:53AM

20
#>81 - Francois Marais / @maraisf

04/03/2018 at 08:52AM

21
#>90 - Francois Marais / @maraisf

04/03/2018 at 08:50AM

22
#>95 - Francois Marais / @maraisf

03/31/2018 at 12:56PM

23
#>108 - Francois Marais / @maraisf

03/31/2018 at 12:55PM

24
#>142 - Francois Marais / @maraisf

03/31/2018 at 12:55PM

25
#>170 - Francois Marais / @maraisf

03/31/2018 at 12:54PM

25
#>173 - Francois Marais / @maraisf

05/20/2021 at 08:09AM

26
#>194 - Francois Marais / @maraisf

03/31/2018 at 12:52PM

27
#>207 - Francois Marais / @maraisf

03/31/2018 at 12:46PM

28
#>220 - Francois Marais / @maraisf

03/31/2018 at 12:44PM

50
#>277 - Francois Marais / @maraisf

03/31/2018 at 12:42PM