I forgot quotes
Oops.
Start file
foo = a
ab
abc
End file
foo = "a"
"ab"
"abc"
View Diff
1,3c1,3
< foo = a
< ab
< abc
---
> foo = "a"
> "ab"
> "abc"
Solutions by @yougec:
Unlock 9 remaining solutions by signing in and submitting your own entry
Changelog, Rules & FAQ, updates: @vimgolf, RSS.
Your VimGolf key: please sign in $ gem install vimgolf $ vimgolf setup $ vimgolf put 5462e3f41198b80002512673
Oops.
foo = a
ab
abc
foo = "a"
"ab"
"abc"
1,3c1,3
< foo = a
< ab
< abc
---
> foo = "a"
> "ab"
> "abc"