]> granicus.if.org Git - vim/commitdiff
updated for version 7.0053
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Feb 2005 22:36:47 +0000 (22:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Feb 2005 22:36:47 +0000 (22:36 +0000)
runtime/doc/map.txt
src/ex_docmd.c

index 4921f1a7944f021449c4255372e846d3ba9f7dee..2a9dd1b369de700ea647cb02fcb9c4ae7838973e 100644 (file)
@@ -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
@@ -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
                    number position (like |:split|)
        -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
 
 Note that -range=N and -count=N are mutually exclusive - only one should be
index 22e2018da5cba27606ebe6ad996b2f92e70f690f..57bfb3751bb98c35ba34153f9a9017a047bc585a 100644 (file)
@@ -5236,7 +5236,7 @@ invalid_count:
        }
        else if (STRNICMP(attr, "count", attrlen) == 0)
        {
-           *argt |= (COUNT | ZEROR | NOTADR);
+           *argt |= (COUNT | ZEROR | RANGE | NOTADR);
 
            if (val != NULL)
            {