Played Challenges
Create a pandoc compatible table - 176 entries
In [this vimcast][1], a featured gist from Tim Pope shows how to quickly make a simple table structure. How fast can you convert it to pandoc's markdown style? [1]: http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
- Best score: 32
- Best player score: 32
- Position: #3 / 50
- Number of attempts: 4
Exchanging Quotes - 791 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 32
- Position: #44 / 218
- Number of attempts: 5
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Position: #28 / 732
- Number of attempts: 8
Append semicolon after expressions - 942 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #3 / 385
- Number of attempts: 4
Reverse and double space - 445 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 14
- Position: #13 / 183
- Number of attempts: 5
Remove semicolons after expressions - 541 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Position: #9 / 235
- Number of attempts: 2
switch variable - 4917 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #106 / 1701
- Number of attempts: 3
The meaning - 521 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #69 / 336
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 840 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 21
- Position: #39 / 173
- Number of attempts: 9
Replacing some words - 412 entries
How fast could it be?
- Best score: 17
- Best player score: 17
- Position: #16 / 145
- Number of attempts: 8
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 17
- Position: #38 / 664
- Number of attempts: 10
Simple text editing with Vim - 11637 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #78 / 3413
- Number of attempts: 6
Reformat/Refactor a Golfer Class - 6015 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 32
- Position: #13 / 1482
- Number of attempts: 8