Played Challenges
Create a pandoc compatible table - 158 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
- Number of attempts: 4
Remove semicolons after expressions - 499 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 6
- Number of attempts: 2
Append semicolon after expressions - 899 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Number of attempts: 4
Exchanging Quotes - 779 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 32
- Number of attempts: 5
Reverse and double space - 424 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 14
- Number of attempts: 5
The meaning - 515 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Number of attempts: 1
replacing each line of a block selection - 2739 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Number of attempts: 8
Ugly spreadsheet copy/paste to CSV - 787 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 21
- Number of attempts: 9
switch variable - 4859 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Number of attempts: 3
Replacing some words - 405 entries
How fast could it be?
- Best score: 17
- Best player score: 17
- Number of attempts: 8
Whitespace, empty lines and tabs - 2761 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 17
- Number of attempts: 10
Simple text editing with Vim - 11327 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Number of attempts: 6
Reformat/Refactor a Golfer Class - 5779 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 32
- Number of attempts: 8