Played Challenges
Wrap the text of an email message to 79 characters - 754 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #7 / 407
- Number of attempts: 1
Generate Fibonacci Numbers - 280 entries
Use your super vim powers to generate Fibonacci Numbers.
- Best score: 19
- Best player score: 20
- Position: #33 / 100
- Number of attempts: 2
Solve the Sokoban - 177 entries
A wink for all Vimgolfers that play Nethack too.
- Best score: 25
- Best player score: 31
- Position: #39 / 74
- Number of attempts: 2
A Simple One - 1047 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 / 662
- Number of attempts: 1
Round Round - 299 entries
Round Round
- Best score: 19
- Best player score: 62
- Position: #45 / 87
- Number of attempts: 2
Reverse and count - 473 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: #61 / 176
- Number of attempts: 4
Letters are numbers - 167 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: #44 / 76
- Number of attempts: 2
Another Mixed-Up Haiku - 257 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 21
- Position: #10 / 89
- Number of attempts: 3
Reverse Simple Deletion - 847 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #127 / 458
- Number of attempts: 1
Increment, increment, increment.... - 684 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #145 / 406
- Number of attempts: 2
Indentation - 534 entries
Indent each line according to the right number of spaces it needs.
- Best score: 20
- Best player score: 30
- Position: #108 / 177
- Number of attempts: 1
Hatsuyume - 513 entries
http://en.wikipedia.org/wiki/Hatsuyume
- Best score: 15
- Best player score: 24
- Position: #62 / 184
- Number of attempts: 4
The Cake is a Lie - 1339 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #62 / 525
- Number of attempts: 6
Context insensitive completion 0 - 566 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: 6
- Best player score: 9
- Position: #178 / 244
- Number of attempts: 1
Almost encrypted - 204 entries
Convert the first paragraph to be even less readable.
- Best score: 5
- Best player score: 5
- Position: #16 / 146
- Number of attempts: 1
Reverse characters in a line - 757 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: #119 / 263
- Number of attempts: 1
Contributed Challenges
Cartesian product - 255 entries
{1,2,3,4,5} X {1,2,3,4,5}