diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-09-19 22:38:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-09-19 22:38:48 +0200 |
commit | 91e15e13da0ec7825111133f0342288a47368d6e (patch) | |
tree | 351b68b49bf8447710e302db53c009639902794c /runtime/doc/editing.txt | |
parent | 3fa57e0d50d90248de9ad1867203b8ce6eedc92a (diff) | |
download | vim-git-91e15e13da0ec7825111133f0342288a47368d6e.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index cbb9b90e5..3ef8f05bc 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 7.4. Last change: 2014 Aug 09 +*editing.txt* For Vim version 7.4. Last change: 2014 Sep 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -609,7 +609,10 @@ list of the current window. {not in Vi} :[count]arga[dd] {name} .. *:arga* *:argadd* *E479* - Add the {name}s to the argument list. +:[count]arga[dd] + Add the {name}s to the argument list. When {name} is + omitted at the current buffer name to the argument + list. If [count] is omitted, the {name}s are added just after the current entry in the argument list. Otherwise they are added after the [count]'th file. |