We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c858382 commit 8342410Copy full SHA for 8342410
1 file changed
runtime/doc/editing.txt
@@ -1,4 +1,4 @@
1
-*editing.txt* For Vim version 9.1. Last change: 2024 Apr 11
+*editing.txt* For Vim version 9.1. Last change: 2024 Apr 12
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -658,8 +658,8 @@ list of the current window.
658
659
:[count]arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit*
660
Add {name}s to the argument list and edit it.
661
- When {name} already exists in the argument list, this
662
- entry is edited.
+ There is no check for duplicates, it is possible to
+ add a file to the argument list twice |:argded|.
663
This is like using |:argadd| and then |:edit| (with
664
the small exception that |:edit| does not change the
665
argument list, so the argument list pointer isn't
0 commit comments