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 5d3122ace2e18c0006b8bc4d

Bad Copy Syntax

Copy should be from right to left, but sometimes you type it wrong.

Start file
   copyRtL(source, destination);
   copyRtL("John Q. Public", nameVariable);
End file
   copyRtL(destination, source);
   copyRtL(nameVariable, "John Q. Public");

View Diff

1,2c1,2
<    copyRtL(source, destination);
<    copyRtL("John Q. Public", nameVariable);
---
>    copyRtL(destination, source);
>    copyRtL(nameVariable, "John Q. Public");

Solutions by @shoji541:

Unlock 11 remaining solutions by signing in and submitting your own entry
Created by: @BradleySmall

516 active golfers, 2001 entries

Solutions by @shoji541:
19
#135 - shoji541 / @shoji541

11/08/2019 at 05:31PM

19
#>135 - shoji541 / @shoji541

11/08/2019 at 05:35PM

20
#>239 - shoji541 / @shoji541

11/08/2019 at 05:30PM

21
#>286 - shoji541 / @shoji541

11/08/2019 at 05:29PM

22
#>318 - shoji541 / @shoji541

11/08/2019 at 05:28PM

23
#>341 - shoji541 / @shoji541

11/08/2019 at 05:27PM

26
#>382 - shoji541 / @shoji541

11/08/2019 at 05:25PM

27
#>397 - shoji541 / @shoji541

11/08/2019 at 05:24PM

30
#>424 - shoji541 / @shoji541

11/08/2019 at 05:20PM

31
#>430 - shoji541 / @shoji541

11/08/2019 at 05:19PM

32
#>440 - shoji541 / @shoji541

11/08/2019 at 05:17PM