style.txt @ fa73ab8df568

Fix sjl/learnvimscriptthehardway#63

`:help silent!` throws an error E149: Sorry, no help for silent!, however, `:help :silent` opens up the expected help file.
author nirenjan <nirenjan@gmail.com>
date Mon, 29 Jul 2013 18:08:25 -0700
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.