comparison runtime/doc/map.txt @ 171:54f0f39bdf01

updated for version 7.0053
author vimboss
date Sun, 27 Feb 2005 22:36:47 +0000
parents c75153d791d0
children 4707450c2b33
comparison
equal deleted inserted replaced
170:8c60f65311fa 171:54f0f39bdf01
1 *map.txt* For Vim version 7.0aa. Last change: 2004 Dec 29 1 *map.txt* For Vim version 7.0aa. Last change: 2005 Feb 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
970 -range Range allowed, default is current line 970 -range Range allowed, default is current line
971 -range=% Range allowed, default is whole file (1,$) 971 -range=% Range allowed, default is whole file (1,$)
972 -range=N A count (default N) which is specified in the line 972 -range=N A count (default N) which is specified in the line
973 number position (like |:split|) 973 number position (like |:split|)
974 -count=N A count (default N) which is specified either in the line 974 -count=N A count (default N) which is specified either in the line
975 number position, or as an initial argument (like |:Next|) 975 number position, or as an initial argument (like |:Next|).
976 Specifying -count (without a default) acts like -count=0 976 Specifying -count (without a default) acts like -count=0
977 977
978 Note that -range=N and -count=N are mutually exclusive - only one should be 978 Note that -range=N and -count=N are mutually exclusive - only one should be
979 specified. 979 specified.
980 980