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

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

289 active golfers, 1035 entries

Solutions by @MonkieeBoi:
18
#62 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:42AM

19
#>70 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:42AM

20
#>84 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:41AM

21
#>93 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:40AM

22
#>100 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:38AM

23
#>112 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:37AM

24
#>146 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:36AM

29
#>248 - MonkieeBoi / @MonkieeBoi

02/09/2024 at 11:35AM