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 5d01c60354ee2200067df987

Remove quotes after first field

Remove the quotes around each field except for the first field.

Start file
"Livin' on a Prayer, Bon Jovi","89","-5","4FF","212"
"Faith, George Michael","234","49","7E5","22"
"I Still Haven't Found What I'm Looking For, U2","-3","6A2","37","12"
"Walk Like an Egyptian, Bangles","212","433","AEC","-23"
End file
"Livin' on a Prayer, Bon Jovi",89,-5,4FF,212
"Faith, George Michael",234,49,7E5,22
"I Still Haven't Found What I'm Looking For, U2",-3,6A2,37,12
"Walk Like an Egyptian, Bangles",212,433,AEC,-23

View Diff

1,4c1,4
< "Livin' on a Prayer, Bon Jovi","89","-5","4FF","212"
< "Faith, George Michael","234","49","7E5","22"
< "I Still Haven't Found What I'm Looking For, U2","-3","6A2","37","12"
< "Walk Like an Egyptian, Bangles","212","433","AEC","-23"
---
> "Livin' on a Prayer, Bon Jovi",89,-5,4FF,212
> "Faith, George Michael",234,49,7E5,22
> "I Still Haven't Found What I'm Looking For, U2",-3,6A2,37,12
> "Walk Like an Egyptian, Bangles",212,433,AEC,-23

Solutions by @jkrause314:

Unlock 1 remaining solutions by signing in and submitting your own entry
Created by: @jidn

87 active golfers, 353 entries

Solutions by @jkrause314:
16
#1 - Jon Krause / @jkrause314

06/13/2019 at 07:49PM