updated for version 7.0221

This commit is contained in:
Bram Moolenaar
2006-03-11 21:18:15 +00:00
parent 8ee8926785
commit d996771378
2 changed files with 12 additions and 12 deletions

View File

@ -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.