Played Challenges
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: 9
- Position: #36 / 671
- Number of attempts: 1
Ruby 1.9 compat - 640 entries
Remember when Ruby supported `when <expr> :`? Well, it doesn't in 1.9, so let's make sure we use `then`, without ruining our lovely new hash syntax!
- Best score: 14
- Best player score: 16
- Position: #125 / 236
- Number of attempts: 2
Context insensitive completion 0 - 592 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: 8
- Position: #135 / 250
- Number of attempts: 2
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 20
- Position: #189 / 248
- Number of attempts: 2
Get rid of html tags - 423 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 12
- Best player score: 17
- Position: #41 / 245
- Number of attempts: 1
Change the content of a string - 1707 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 25
- Position: #384 / 628
- Number of attempts: 1
Sort and add attributes - 1539 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #312 / 594
- Number of attempts: 2
VimGolf