style.txt @ 07ac8d3316c1

Update 31.markdown

:help match displays the help for the match() function, not the :match command.
author Tyler Bindon <martica@martica.org>
date Fri, 12 Apr 2013 18:15:45 -0600
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.