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.
This commit is contained in:
dundargoc
2022-01-27 14:56:18 +01:00
committed by GitHub
parent d95bb85024
commit 39d6db3899

View File

@@ -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