Played Challenges
Search and Replace 0 - 5051 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Position: #813 / 1646
- Number of attempts: 3
VimGolfNight - 575 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #153 / 352
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10724 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 16
- Position: #3249 / 3705
- Number of attempts: 2
attr_aligner - 3525 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 32
- Position: #474 / 706
- Number of attempts: 1
Letter case trickery - 1644 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 12
- Position: #322 / 520
- Number of attempts: 3
quotes inside quotes - 3185 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: 16
- Position: #575 / 1086
- Number of attempts: 2
Words in parens - 13013 entries
We should all ace this, right?
- Best score: 13
- Best player score: 20
- Position: #3220 / 3980
- Number of attempts: 1
Pairs of numbers - 364 entries
Line 1 represents x, line 2 y-data. Bring the corresponding pairs in the form "[x,y]\n"
- Best score: 26
- Best player score: 63
- Position: #129 / 137
- Number of attempts: 1
Hole-in-one - 1024 entries
Lets take this golf thing literally.. Drive off the tee into the hole, and of course you don't strike the ball completely clean.
- Best score: 15
- Best player score: 23
- Position: #264 / 305
- Number of attempts: 1
Prefixes and suffixes - 649 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 29
- Position: #144 / 205
- Number of attempts: 2
SFD-ROC: vimvimvim - 1620 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 14
- Position: #357 / 450
- Number of attempts: 1
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 28
- Position: #590 / 772
- Number of attempts: 1
Switch function arguments - 2192 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 13
- Position: #399 / 677
- Number of attempts: 1
Reverse and double space - 500 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 17
- Position: #148 / 199
- Number of attempts: 2
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #807 / 1756
- Number of attempts: 1
Change the content of a string - 1753 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 26
- Position: #448 / 641
- Number of attempts: 1
Whitespace, empty lines and tabs - 3962 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 27
- Position: #489 / 844
- Number of attempts: 1
Reformat/Refactor a Golfer Class - 7539 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 40
- Position: #860 / 1855
- Number of attempts: 1
Contributed Challenges
Mess in revision history - 1210 entries
Help Joe clean up what Steve has cobbled.
VimGolf