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

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

284 active golfers, 996 entries

Solutions by @fishlovebanana:
18
#52 - fucus / @fishlovebanana

08/15/2018 at 09:52AM

19
#>65 - fucus / @fishlovebanana

08/15/2018 at 09:51AM

20
#>82 - fucus / @fishlovebanana

08/15/2018 at 09:50AM

21
#>91 - fucus / @fishlovebanana

08/15/2018 at 09:49AM

22
#>96 - fucus / @fishlovebanana

08/15/2018 at 09:46AM

23
#>109 - fucus / @fishlovebanana

08/15/2018 at 09:46AM

24
#>143 - fucus / @fishlovebanana

08/15/2018 at 09:40AM

25
#>172 - fucus / @fishlovebanana

08/15/2018 at 09:28AM

27
#>209 - fucus / @fishlovebanana

08/15/2018 at 09:27AM

32
#>256 - fucus / @fishlovebanana

08/15/2018 at 09:27AM