diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-12-28 13:39:39 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-01-01 15:05:13 +0100 |
commit | 18c22a6fb4c2526c996452215abd62a6a2abe781 (patch) | |
tree | af008552d145f3f5b138437cc9d0db9966e89f91 /runtime/doc/map.txt | |
parent | c4942880be0521673548c48bf61c1eac6bd37036 (diff) | |
download | rneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.tar.gz rneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.tar.bz2 rneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.zip |
docs: fix treesitter parsing errors
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index b7656211c6..e262b7b82a 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -666,9 +666,9 @@ This is useful to specify a (multibyte) character in a 'keymap' file. Upper and lowercase differences are ignored. *map-comments* -It is not possible to put a comment after these commands, because the '"' +It is not possible to put a comment after these commands, because the `"` character is considered to be part of the {lhs} or {rhs}. However, one can -use |", since this starts a new, empty command with a comment. +use `|"`, since this starts a new, empty command with a comment. *map_bar* *map-bar* Since the '|' character is used to separate a map command from the next |