Played Challenges
Search and Replace 0 - 4990 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #236 / 1625
- Number of attempts: 5
quotes inside quotes - 3165 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 14
- Position: #22 / 1079
- Number of attempts: 4
Top X - 212 entries
The End File is the Top 10 Vimgolf Leaderboard at June 29, 2013. This is a second version, with a great contribution of @udioica. X is ten in Roman,a numeric system in ancient Rome
- Best score: 18
- Best player score: 21
- Position: #15 / 71
- Number of attempts: 4
Sort the VimGolf challenges by popularity - 348 entries
"Sort by popularity" is a good order to play the challenges. Not perfect, but you could do a lot worse. ;) Input is a sample copy-pasted from vimgolf.com. Some of the challenge names have digits that will get in your way, so read ":help :sort" for hints on sorting with a regex. When you're done, try your solution on the full list!
- Best score: 15
- Best player score: 20
- Position: #89 / 107
- Number of attempts: 2
Words in parens - 12939 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #66 / 3964
- Number of attempts: 3
Delete unwanted lines - 413 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #56 / 229
- Number of attempts: 1
The name of the game - 668 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #123 / 361
- Number of attempts: 3
Vertical Limit - 2540 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 21
- Position: #10 / 755
- Number of attempts: 12
replacing each line of a block selection - 3001 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #44 / 778
- Number of attempts: 10
Switch function arguments - 2139 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 11
- Position: #64 / 663
- Number of attempts: 5
Append semicolon after expressions - 1056 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #46 / 419
- Number of attempts: 3
switch variable - 5079 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #756 / 1749
- Number of attempts: 2
Numbering a List - 1932 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 18
- Position: #127 / 653
- Number of attempts: 6
Whitespace, empty lines and tabs - 3677 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 17
- Position: #93 / 789
- Number of attempts: 7
Simple text editing with Vim - 12822 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #172 / 3698
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 7008 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 32
- Position: #66 / 1712
- Number of attempts: 10