Played Challenges
Python Hello World! Reformatting - 1011 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: #205 / 387
- Number of attempts: 2
A Simple One - 1070 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: #668 / 673
- 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 - 1389 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 11
- Position: #404 / 538
- Number of attempts: 1
Make Fancy Header - 1079 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 28
- Position: #328 / 351
- Number of attempts: 1
Reformat some Python - 635 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 48
- Position: #173 / 242
- Number of attempts: 1
Reformat a C golf submission - 629 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: #206 / 214
- 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: 27
- Position: #466 / 641
- Number of attempts: 1
Reconstruct the Sentence - 1700 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: #411 / 446
- Number of attempts: 2
Simple text editing with Vim - 13441 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 26
- Position: #3291 / 3855
- Number of attempts: 1
Contributed Challenges
The Cake is a Lie - 1389 entries
Correct the capitalization of each word
VimGolf