diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:21:39 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:22:31 +0100 |
commit | 460a52dbbfba87fa1258f38e1ab9981efa9611ef (patch) | |
tree | 1793e5a2d5ce40fe017fe05da629856dbb6d4481 /runtime/doc | |
parent | bee8a0ae8c1301653a3f291dc1505fc72d24f2f0 (diff) | |
download | rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.tar.gz rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.tar.bz2 rneovim-460a52dbbfba87fa1258f38e1ab9981efa9611ef.zip |
vim-patch:eb3dc87f0139
Updated runtime files
https://github.com/vim/vim/commit/eb3dc87f01391bb075d97aef3d00f91b4e08a25c
Diffstat (limited to 'runtime/doc')
-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. |