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

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

290 active golfers, 1039 entries

Solutions by @bli231957:
25
#178 - jdfgjhsbd / @bli231957

10/02/2021 at 11:17AM

26
#>201 - jdfgjhsbd / @bli231957

10/02/2021 at 11:17AM

27
#>214 - jdfgjhsbd / @bli231957

10/02/2021 at 11:14AM

29
#>249 - jdfgjhsbd / @bli231957

10/02/2021 at 11:13AM

32
#>262 - jdfgjhsbd / @bli231957

10/02/2021 at 11:11AM

35
#>268 - jdfgjhsbd / @bli231957

10/02/2021 at 11:10AM

36
#>271 - jdfgjhsbd / @bli231957

10/02/2021 at 11:09AM

37
#>274 - jdfgjhsbd / @bli231957

10/02/2021 at 11:08AM

38
#>275 - jdfgjhsbd / @bli231957

10/02/2021 at 11:06AM

38
#>275 - jdfgjhsbd / @bli231957

10/02/2021 at 11:07AM

39
#>277 - jdfgjhsbd / @bli231957

10/02/2021 at 11:01AM

40
#>278 - jdfgjhsbd / @bli231957

10/02/2021 at 10:59AM

40
#>278 - jdfgjhsbd / @bli231957

10/02/2021 at 11:02AM

46
#>282 - jdfgjhsbd / @bli231957

10/02/2021 at 10:57AM

53
#>286 - jdfgjhsbd / @bli231957

10/02/2021 at 10:56AM