comparison runtime/doc/map.txt @ 727:89631e4c0753

updated for version 7.0221
author vimboss
date Sat, 11 Mar 2006 21:18:15 +0000
parents ebd1799949ff
children b5aed52a4881
comparison
equal deleted inserted replaced
726:d0d7131a797e 727:89631e4c0753
1 *map.txt* For Vim version 7.0aa. Last change: 2006 Mar 10 1 *map.txt* For Vim version 7.0aa. Last change: 2006 Mar 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
222 func ListReset() 222 func ListReset()
223 let g:counter = 0 223 let g:counter = 0
224 return '' 224 return ''
225 endfunc 225 endfunc
226 226
227 CTRL-L inserts the next number, CTRL-E resets the count. CTRL-E returns an 227 CTRL-L inserts the next number, CTRL-R resets the count. CTRL-R returns an
228 empty string, so that nothing is inserted. 228 empty string, so that nothing is inserted.
229 229
230 230
231 1.3 MAPPING AND MODES *:map-modes* 231 1.3 MAPPING AND MODES *:map-modes*
232 232