diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-01-27 14:56:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 14:56:18 +0100 |
commit | 39d6db3899759b27c69d2b3444b0cd0e0161793d (patch) | |
tree | caa629201ec1e183a95e3353bfa07ccd678fdd86 | |
parent | d95bb8502435acf79239264bf545d64907fcee05 (diff) | |
download | rneovim-39d6db3899759b27c69d2b3444b0cd0e0161793d.tar.gz rneovim-39d6db3899759b27c69d2b3444b0cd0e0161793d.tar.bz2 rneovim-39d6db3899759b27c69d2b3444b0cd0e0161793d.zip |
docs(helphelp): remove extra backtick interference (#17201)
An extra backtick was explicitly written to show what a backtick looked
like, but it interferes with the syntax highlighting which thinks that
it's a part of a concealed group and couples it with the wrong backtick.
-rw-r--r-- | runtime/doc/helphelp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 03ec8966d4..569995d319 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -358,7 +358,7 @@ 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/init.vim`. +parameter, surround it in backticks, eg. `~/.path/to/init.vim`. HIGHLIGHTING |