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 5853f052854f48716101cc70

replace 2nd column blanks with values in same column if blank

Where ,SOMELOGB and ,SOMELOGC replaces each /r carriage return if 2nd column is blank. The replace only happens if 2nd column is blank though and should replace up to the non blank row.

Start file
TEST,SOMELOG
TESA,SOMELOGA
TESB
TESC
TESD,SOMELOGB
TESE
TESF
TESG,SOMELOGC
End file
TEST,SOMELOG
TESA,SOMELOGA
TESB,SOMELOGB
TESC,SOMELOGB
TESD,SOMELOGB
TESE,SOMELOGC
TESF,SOMELOGC
TESG,SOMELOGC

View Diff

3,4c3,4
< TESB
< TESC
---
> TESB,SOMELOGB
> TESC,SOMELOGB
6,7c6,7
< TESE
< TESF
---
> TESE,SOMELOGC
> TESF,SOMELOGC

Solutions by @DHM29978992:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @voyeg3r

81 active golfers, 231 entries

Solutions by @DHM29978992:
15
#23 - DHM / @DHM29978992

04/30/2018 at 02:35AM

17
#>58 - DHM / @DHM29978992

04/30/2018 at 02:34AM

17
#>58 - DHM / @DHM29978992

04/30/2018 at 02:34AM

18
#>64 - DHM / @DHM29978992

04/30/2018 at 02:33AM

19
#>66 - DHM / @DHM29978992

04/30/2018 at 02:30AM

19
#>66 - DHM / @DHM29978992

04/30/2018 at 02:32AM