Played Challenges
Wrap the text of an email message to 79 characters - 652 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #7 / 376
- Number of attempts: 1
Generate Fibonacci Numbers - 256 entries
Use your super vim powers to generate Fibonacci Numbers.
- Best score: 19
- Best player score: 20
- Position: #31 / 97
- Number of attempts: 2
Solve the Sokoban - 161 entries
A wink for all Vimgolfers that play Nethack too.
- Best score: 25
- Best player score: 31
- Position: #37 / 71
- Number of attempts: 2
A Simple One - 978 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #103 / 636
- Number of attempts: 1
Round Round - 285 entries
Round Round
- Best score: 19
- Best player score: 62
- Position: #43 / 83
- Number of attempts: 2
Reverse and count - 432 entries
Someone typed things upside down and now a Vim ninja needs to reverse the lines and count how many there are.
- Best score: 18
- Best player score: 24
- Position: #56 / 168
- Number of attempts: 4
Letters are numbers - 149 entries
Letters and numbers are interchangeable. A lot of programming languages give you simple ways to convert individual letters to hex, binary and decimal but does Vim?
- Best score: 20
- Best player score: 31
- Position: #42 / 73
- Number of attempts: 2
Another Mixed-Up Haiku - 236 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 21
- Position: #10 / 85
- Number of attempts: 3
Reverse Simple Deletion - 824 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #126 / 450
- Number of attempts: 1
Increment, increment, increment.... - 626 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #134 / 393
- Number of attempts: 2
Indentation - 492 entries
Indent each line according to the right number of spaces it needs.
- Best score: 21
- Best player score: 30
- Position: #104 / 167
- Number of attempts: 1
Hatsuyume - 442 entries
http://en.wikipedia.org/wiki/Hatsuyume
- Best score: 16
- Best player score: 24
- Position: #53 / 173
- Number of attempts: 4
The Cake is a Lie - 1266 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #62 / 506
- Number of attempts: 6
Context insensitive completion 0 - 492 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 7
- Best player score: 9
- Position: #165 / 229
- Number of attempts: 1
Almost encrypted - 196 entries
Convert the first paragraph to be even less readable.
- Best score: 5
- Best player score: 5
- Position: #16 / 144
- Number of attempts: 1
Reverse characters in a line - 701 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 15
- Position: #111 / 248
- Number of attempts: 1
Contributed Challenges
Cartesian product - 218 entries
{1,2,3,4,5} X {1,2,3,4,5}