1- *editing.txt* For Vim version 9.1. Last change: 2025 Jun 25
1+ *editing.txt* For Vim version 9.1. Last change: 2025 Jul 20
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -656,7 +656,7 @@ list of the current window.
656656 buffer.
657657 Also see | ++opt | and | +cmd | .
658658
659- :[count] arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit*
659+ :[count] arge[dit][!] [++opt] [+cmd] {name} ... *:arge* *:argedit*
660660 Add {name} s to the argument list and edit it.
661661 There is no check for duplicates, it is possible to
662662 add a file to the argument list twice | :argded | .
@@ -671,7 +671,7 @@ list of the current window.
671671 edited. No check for duplicates is done.
672672 Also see | ++opt | and | +cmd | .
673673
674- :[count] arga[dd] {name} .. *:arga* *:argadd* *E479*
674+ :[count] arga[dd] {name} ... *:arga* *:argadd* *E479*
675675:[count] arga[dd] *E1156*
676676 Add the {name} s to the argument list. When {name} is
677677 omitted add the current buffer name to the argument
@@ -702,7 +702,7 @@ list of the current window.
702702 If your current file is a duplicate, your current file
703703 will change to the original file index.
704704
705- :argd[elete] {pattern} .. *:argd* *:argdelete* *E480* *E610*
705+ :argd[elete] {pattern} ... *:argd* *:argdelete* *E480* *E610*
706706 Delete files from the argument list that match the
707707 {pattern} s. {pattern} is used like a file pattern,
708708 see | file-pattern | . "%" can be used to delete the
0 commit comments