From ed39e1d53cc4916c2390aea635cd8419497c1460 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 9 Aug 2008 17:55:22 +0000 Subject: updated for version 7.2-000 --- runtime/doc/map.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/map.txt') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 06eaa4f0b..607295779 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.2c. Last change: 2008 Jul 09 +*map.txt* For Vim version 7.2. Last change: 2008 Aug 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1300,7 +1300,7 @@ The replacement text for a user defined command is scanned for special escape sequences, using <...> notation. Escape sequences are replaced with values from the entered command line, and all other text is copied unchanged. The resulting string is executed as an Ex command. To avoid the replacement use - in plade of the initial <. Thus to include "" literally use + in place of the initial <. Thus to include "" literally use "bang>". The valid escape sequences are -- cgit v1.2.1