diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-27 22:36:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-27 22:36:47 +0000 |
commit | 32e7b2d575ce64dc49f2388495a06cd69495bd67 (patch) | |
tree | 71df13b76d9d506a309b18d797a8b385e156a17c /runtime | |
parent | 05159a0c6a27a030c8497c5cf836977090f9e75d (diff) | |
download | vim-git-32e7b2d575ce64dc49f2388495a06cd69495bd67.tar.gz |
updated for version 7.0053
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 4921f1a79..2a9dd1b36 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -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 |