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

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

284 active golfers, 996 entries

Solutions by @jackliusr:
18
#31 - jackliusr / @jackliusr

01/13/2016 at 09:06AM

20
#>79 - jackliusr / @jackliusr

01/13/2016 at 09:04AM

21
#>89 - jackliusr / @jackliusr

01/13/2016 at 09:00AM

22
#>93 - jackliusr / @jackliusr

01/13/2016 at 08:57AM

24
#>132 - jackliusr / @jackliusr

01/13/2016 at 08:52AM

25
#>161 - jackliusr / @jackliusr

01/13/2016 at 08:50AM

26
#>191 - jackliusr / @jackliusr

01/13/2016 at 08:48AM

29
#>239 - jackliusr / @jackliusr

01/13/2016 at 08:40AM