diff options
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 05cf30e078..a4b4f06ffc 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -176,7 +176,8 @@ keys. After that white space and a comment may follow: > "<unique>" can be used in any order. They must appear right after the command, before any other arguments. - *:map-local* *:map-<buffer>* *:map-buffer* *E224* *E225* + *:map-local* *:map-<buffer>* *:map-buffer* + *E224* *E225* If the first argument to one of these commands is "<buffer>" the mapping will be effective in the current buffer only. Example: > :map <buffer> ,w /[.,;]<CR> |