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

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

647 active golfers, 2064 entries

Solutions by @RolenTLe:
15
#552 - Rolen Le / @RolenTLe

09/26/2014 at 07:33PM