style.txt @ 063fab1bea84

:help coml-omni -> :help compl-omni
author hk3380 <lp752@york.ac.uk>
date Sun, 23 Mar 2014 22:50:39 +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.