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 512eda055d6ed80002000025

Parsing with CSV: Unify lines and result.

col1;col2;col3;col4 A;1;4;5 A;3;4; A;1;4; # New output: col1;col2;col3;col4 A;1(2x);3;4(3x);5 any ideas?

Start file
col1;col2;col3;col4
A
;1;4;5
A
;3;4;
A
;1;4;
End file
col1;col2;col3;col4
A
;1(2x);3;4(3x);5

View Diff

2,4c2
< A;1;4;5
< A;3;4;
< A;1;4;
---
> A;1(2x);3;4(3x);5

Solutions by @hobbes3k:

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

77 active golfers, 179 entries

Solutions by @hobbes3k:
22
#37 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:37AM

22
#>37 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:39AM

23
#>47 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:33AM

24
#>57 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:34AM

24
#>57 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:37AM

25
#>64 - Satoshi Kawasaki / @hobbes3k

04/18/2013 at 05:28AM