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 536cfa23fcccd100025678bd

Extract argument from function

The aim is to see if you can do some refactoring very fast.

Start file
attr("y",function(v){return v})
End file
f=function(v){return v};
attr("y",f)

View Diff

1c1,2
< attr("y",function(v){return v})
---
> f=function(v){return v};
> attr("y",f)

Solutions by @WutongYujie:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @EdgarHipp

760 active golfers, 2379 entries

Solutions by @WutongYujie:
13
#184 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:27AM

14
#>353 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:27AM

15
#>462 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:26AM

16
#>538 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:23AM

16
#>538 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:23AM

17
#>632 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:22AM

17
#>635 - 梧桐王子 / @WutongYujie

12/19/2017 at 02:58AM

17
#>635 - 梧桐王子 / @WutongYujie

12/19/2017 at 03:00AM

17
#>635 - 梧桐王子 / @WutongYujie

12/19/2017 at 03:02AM

22
#>734 - 梧桐王子 / @WutongYujie

04/26/2017 at 05:21AM