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 @matty_jwilliams:

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

651 active golfers, 2078 entries

Solutions by @matty_jwilliams:
12
#213 - Matty Williams / @matty_jwilliams

08/18/2012 at 12:55PM

13
#>337 - Matty Williams / @matty_jwilliams

07/02/2012 at 12:15PM

14
#>429 - Matty Williams / @matty_jwilliams

07/02/2012 at 12:11PM

16
#>570 - Matty Williams / @matty_jwilliams

06/08/2012 at 12:10PM

18
#>615 - Matty Williams / @matty_jwilliams

06/08/2012 at 12:09PM