style.txt @ 31c50e02ef17

Update 31.markdown

:help match will explain the `match()`.
author nkalvi <nkalvi@users.noreply.github.com>
date Sun, 27 Dec 2015 07:11:34 -0500
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.