Played Challenges
Wrap the text of an email message to 79 characters - 799 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #7 / 421
- Number of attempts: 1
Generate Fibonacci Numbers - 287 entries
Use your super vim powers to generate Fibonacci Numbers.
- Best score: 19
- Best player score: 20
- Position: #33 / 101
- 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 - 1057 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 / 667
- Number of attempts: 1
Round Round - 321 entries
Round Round
- Best score: 19
- Best player score: 62
- Position: #46 / 88
- Number of attempts: 2
Reverse and count - 480 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: #62 / 178
- 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 - 265 entries
VimGolf ... a perfect evening?
- Best score: 21
- Best player score: 21
- Position: #10 / 90
- Number of attempts: 3
Reverse Simple Deletion - 854 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #128 / 460
- Number of attempts: 1
Increment, increment, increment.... - 696 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #149 / 411
- Number of attempts: 2
Indentation - 550 entries
Indent each line according to the right number of spaces it needs.
- Best score: 20
- Best player score: 30
- Position: #110 / 180
- Number of attempts: 1
Hatsuyume - 540 entries
http://en.wikipedia.org/wiki/Hatsuyume
- Best score: 15
- Best player score: 24
- Position: #65 / 187
- Number of attempts: 4
The Cake is a Lie - 1365 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #62 / 532
- Number of attempts: 6
Context insensitive completion 0 - 585 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: #182 / 248
- 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 - 776 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: #122 / 267
- Number of attempts: 1
Contributed Challenges
Cartesian product - 259 entries
{1,2,3,4,5} X {1,2,3,4,5}