style.txt @ 636f990adc4f typo-the-then

Typo: "The" -> "Then".
author danderss <daniel.r.andersson@gmail.com>
date Wed, 20 Aug 2014 18:59:11 +0000
parents 436f8ce22479
children (none)
Output should be enclosed in backticks.  So:

    If you type `:echom "Hello!"` Vim will output `Hello`.

Filenames should also be in backticks.

Key mappings should be lowercase.

    nnoremap <esc> ...

Keep code within 70 or so cols.

Prefix code blocks with :::vim or :::text.