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

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

290 active golfers, 1039 entries

Solutions by @dazWestonUK:
18
#46 - Darren Weston / @dazWestonUK

08/31/2017 at 05:55PM

20
#>84 - Darren Weston / @dazWestonUK

08/31/2017 at 05:45PM

21
#>93 - Darren Weston / @dazWestonUK

08/31/2017 at 05:40PM

22
#>98 - Darren Weston / @dazWestonUK

08/31/2017 at 05:37PM

23
#>111 - Darren Weston / @dazWestonUK

08/31/2017 at 05:36PM

24
#>144 - Darren Weston / @dazWestonUK

08/31/2017 at 05:16PM

25
#>173 - Darren Weston / @dazWestonUK

08/31/2017 at 05:14PM

28
#>228 - Darren Weston / @dazWestonUK

08/31/2017 at 04:51PM