Skip to content

Commit 8342410

Browse files
committed
runtime(doc): mention :argded for :argedit
related: #14464 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent c858382 commit 8342410

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/editing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 9.1. Last change: 2024 Apr 11
1+
*editing.txt* For Vim version 9.1. Last change: 2024 Apr 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -658,8 +658,8 @@ list of the current window.
658658

659659
:[count]arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit*
660660
Add {name}s to the argument list and edit it.
661-
When {name} already exists in the argument list, this
662-
entry is edited.
661+
There is no check for duplicates, it is possible to
662+
add a file to the argument list twice |:argded|.
663663
This is like using |:argadd| and then |:edit| (with
664664
the small exception that |:edit| does not change the
665665
argument list, so the argument list pointer isn't

0 commit comments

Comments
 (0)