diff options
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index c18eed104..29b9e9f35 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.3. Last change: 2010 Nov 10 +*map.txt* For Vim version 7.3. Last change: 2011 Apr 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1291,7 +1291,8 @@ Possible attributes are: -range Range allowed, default is current line -range=% Range allowed, default is whole file (1,$) -range=N A count (default N) which is specified in the line - number position (like |:split|) + number position (like |:split|); allows for zero line + number. -count=N A count (default N) which is specified either in the line number position, or as an initial argument (like |:Next|). Specifying -count (without a default) acts like -count=0 |