diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-04-25 10:56:55 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-25 18:00:37 -0400 |
commit | 61d7ca22bb9abcce53f285f9023311d5589b04ba (patch) | |
tree | 3d494bd439f53aaff85160d1fd595e699471b925 /runtime/doc/helphelp.txt | |
parent | a3c0022901392072c06b44550404e0ca4140ab1a (diff) | |
download | rneovim-61d7ca22bb9abcce53f285f9023311d5589b04ba.tar.gz rneovim-61d7ca22bb9abcce53f285f9023311d5589b04ba.tar.bz2 rneovim-61d7ca22bb9abcce53f285f9023311d5589b04ba.zip |
doc/helphelp.txt: mention backticks for technical identifiers
[ci skip]
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index ca109cf4ca..74971076b4 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -318,6 +318,9 @@ name between two bars (|) eg. |help-writing|. When referring to a Vim option in the help file, place the option name between two single quotes, eg. 'statusline' +When referring to any other technical term, such as a filename or function +parameter, surround it in backticks (`), eg. `~/.path/to/nvimrc`. + HIGHLIGHTING |