mirror of
https://github.com/vim/vim.git
synced 2025-09-01 21:03:39 -04:00
updated for version 7.0053
This commit is contained in:
parent
05159a0c6a
commit
32e7b2d575
@ -1,4 +1,4 @@
|
|||||||
*map.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
|
*map.txt* For Vim version 7.0aa. Last change: 2005 Feb 27
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -972,7 +972,7 @@ argument (-count=N, like the |:Next| command). Possible attributes are:
|
|||||||
-range=N A count (default N) which is specified in the line
|
-range=N A count (default N) which is specified in the line
|
||||||
number position (like |:split|)
|
number position (like |:split|)
|
||||||
-count=N A count (default N) which is specified either in the line
|
-count=N A count (default N) which is specified either in the line
|
||||||
number position, or as an initial argument (like |:Next|)
|
number position, or as an initial argument (like |:Next|).
|
||||||
Specifying -count (without a default) acts like -count=0
|
Specifying -count (without a default) acts like -count=0
|
||||||
|
|
||||||
Note that -range=N and -count=N are mutually exclusive - only one should be
|
Note that -range=N and -count=N are mutually exclusive - only one should be
|
||||||
|
@ -5236,7 +5236,7 @@ invalid_count:
|
|||||||
}
|
}
|
||||||
else if (STRNICMP(attr, "count", attrlen) == 0)
|
else if (STRNICMP(attr, "count", attrlen) == 0)
|
||||||
{
|
{
|
||||||
*argt |= (COUNT | ZEROR | NOTADR);
|
*argt |= (COUNT | ZEROR | RANGE | NOTADR);
|
||||||
|
|
||||||
if (val != NULL)
|
if (val != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user