Played Challenges
Python Hello World! Reformatting - 1007 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 44
- Position: #204 / 384
- Number of attempts: 2
A Simple One - 1067 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: 19
- Position: #666 / 671
- Number of attempts: 1
Reverse and count - 486 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: 40
- Position: #168 / 179
- Number of attempts: 2
Reverse Simple Deletion - 862 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 20
- Position: #448 / 463
- Number of attempts: 1
Indentation - 552 entries
Indent each line according to the right number of spaces it needs.
- Best score: 20
- Best player score: 56
- Position: #172 / 181
- Number of attempts: 2
The Cake is a Lie - 1386 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 11
- Position: #403 / 537
- Number of attempts: 1
Make Fancy Header - 1070 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 28
- Position: #325 / 348
- Number of attempts: 1
Reformat some Python - 627 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 48
- Position: #171 / 240
- Number of attempts: 1
Reformat a C golf submission - 614 entries
Take this C golf submission (for the "tiny but standards-compliant Hello World program" category, naturally), and turn it into formatted C code.
- Best score: 22
- Best player score: 50
- Position: #202 / 210
- Number of attempts: 1
Change the content of a string - 1705 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 27
- Position: #458 / 627
- Number of attempts: 1
Reconstruct the Sentence - 1670 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 31
- Position: #405 / 439
- Number of attempts: 2
Simple text editing with Vim - 13251 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 26
- Position: #3257 / 3806
- Number of attempts: 1
Contributed Challenges
The Cake is a Lie - 1386 entries
Correct the capitalization of each word
VimGolf