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

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

290 active golfers, 1039 entries

Solutions by @wdialvmeo:
18
#21 - David Willming / @wdialvmeo

07/10/2015 at 04:21AM

20
#>79 - David Willming / @wdialvmeo

07/10/2015 at 04:19AM

21
#>88 - David Willming / @wdialvmeo

07/10/2015 at 04:18AM

22
#>94 - David Willming / @wdialvmeo

07/10/2015 at 04:14AM

24
#>128 - David Willming / @wdialvmeo

07/10/2015 at 04:12AM

25
#>160 - David Willming / @wdialvmeo

07/10/2015 at 04:11AM

26
#>193 - David Willming / @wdialvmeo

07/10/2015 at 04:09AM

34
#>265 - David Willming / @wdialvmeo

07/10/2015 at 04:05AM

39
#>276 - David Willming / @wdialvmeo

07/10/2015 at 03:54AM