diff options
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 836ac890be..5083bf54c5 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -866,7 +866,9 @@ an additional rule: full-id In front of the match is a non-keyword character, or this is where the line or insertion starts. Exception: When the abbreviation is only one character, it is not recognized if there is a non-keyword - character in front of it, other than a space or a tab. + character in front of it, other than a space or a tab. However, for + the command line "'<,'>" (or any other marks) is ignored, as if the + command line starts after it. end-id In front of the match is a keyword character, or a space or a tab, or this is where the line or insertion starts. |