style.txt @ 92fa86978feb

:help messages gives the list of various vim messages as :help :messages
points to the correct documentation section.
author Yann Thomas-Gerard <inside@gmail.com>
date Thu, 06 Jun 2013 16:13:35 +0200
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.