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 4fcccb70024f950001000026

Switch function arguments

How to switch two arguments of a function.

Start file
function testFunction (foo, bar) {
}
End file
function testFunction (bar, foo) {
}

View Diff

1c1
< function testFunction (foo, bar) {
---
> function testFunction (bar, foo) {

Solutions by @RusAlexander:

Unlock 8 remaining solutions by signing in and submitting your own entry
Created by: @Ajnasz

666 active golfers, 2147 entries

Solutions by @RusAlexander:
11
#14 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:44PM

12
#>209 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:43PM

14
#>437 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:41PM

15
#>526 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:38PM

17
#>621 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:37PM

18
#>629 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:39PM

19
#>638 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:40PM

22
#>647 - RusAlex Pletnev / @RusAlexander

06/13/2012 at 06:32PM