summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-11 21:18:15 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-11 21:18:15 +0000
commitd9967713785d0d80dd7f762afdbfa305ada89194 (patch)
treeef1d2bd224fe6f0e0cebe79d005a4eb4decb7caf /runtime/doc/map.txt
parent8ee8926785586c73354b67ac401bb692f893bea0 (diff)
updated for version 7.0221
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt4
1 files changed, 2 insertions, 2 deletions
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.