From d9967713785d0d80dd7f762afdbfa305ada89194 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 11 Mar 2006 21:18:15 +0000 Subject: updated for version 7.0221 --- 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 228b9a9f98..f1e0868885 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.0aa. Last change: 2006 Mar 10 +*map.txt* For Vim version 7.0aa. Last change: 2006 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -224,7 +224,7 @@ Here is an example that inserts a list number that increases: > return '' endfunc -CTRL-L inserts the next number, CTRL-E resets the count. CTRL-E returns an +CTRL-L inserts the next number, CTRL-R resets the count. CTRL-R returns an empty string, so that nothing is inserted. -- cgit v1.2.3