From c236c16d0884c7d6cdc4dbaddb8cb3992085f83e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Jul 2008 17:41:49 +0000 Subject: updated for version 7.2b-000 --- runtime/doc/map.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc/map.txt') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 41b96151cb..131e1bdf0d 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.2a. Last change: 2008 Jun 21 +*map.txt* For Vim version 7.2b. Last change: 2008 Jul 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -162,8 +162,8 @@ be used in any order. They must appear right after the command, before any other arguments. *:map-local* *:map-* *E224* *E225* -If the first argument to one of these commands is "" it will apply to -mappings locally to the current buffer only. Example: > +If the first argument to one of these commands is "" the mapping will +be effective in the current buffer only. Example: > :map ,w /[.,;] Then you can map ",w" to something else in another buffer: > :map ,w /[#&!] -- cgit v1.2.3