diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-19 22:12:03 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-19 22:12:03 +0100 |
commit | 95a9dd1efc5ae3221865f4970053a5708557e682 (patch) | |
tree | 8350e84d8e57e57c00b3c2c78e08a550c706fab2 /runtime/doc/map.txt | |
parent | a4ce82fe2e990eb9eaabf6ad400e2a74cce50ce6 (diff) | |
download | vim-git-95a9dd1efc5ae3221865f4970053a5708557e682.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 08861a8b0..55c9c1256 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 8.2. Last change: 2019 Nov 09 +*map.txt* For Vim version 8.2. Last change: 2019 Dec 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1044,7 +1044,8 @@ See |:verbose-cmd| for more information. See |:map-<buffer>| for the optional <buffer> argument. *:una* *:unabbreviate* -:una[bbreviate] {lhs} Remove abbreviation for {lhs} from the list. If none +:una[bbreviate] [<buffer>] {lhs} + Remove abbreviation for {lhs} from the list. If none is found, remove abbreviations in which {lhs} matches with the {rhs}. This is done so that you can even remove abbreviations after expansion. To avoid @@ -1059,7 +1060,8 @@ See |:verbose-cmd| for more information. Same as ":ab", but for Command-line mode only. *:cuna* *:cunabbrev* -:cuna[bbrev] {lhs} Same as ":una", but for Command-line mode only. +:cuna[bbrev] [<buffer>] {lhs} + Same as ":una", but for Command-line mode only. *:cnorea* *:cnoreabbrev* :cnorea[bbrev] [<expr>] [<buffer>] [lhs] [rhs] @@ -1071,7 +1073,8 @@ See |:verbose-cmd| for more information. Same as ":ab", but for Insert mode only. *:iuna* *:iunabbrev* -:iuna[bbrev] {lhs} Same as ":una", but for insert mode only. +:iuna[bbrev] [<buffer>] {lhs} + Same as ":una", but for insert mode only. *:inorea* *:inoreabbrev* :inorea[bbrev] [<expr>] [<buffer>] [lhs] [rhs] |