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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -656,7 +656,7 @@ list of the current window.
656
656
buffer.
657
657
Also see | ++opt | and | +cmd | .
658
658
659
- :[count] arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit*
659
+ :[count] arge[dit][!] [++opt] [+cmd] {name} ... *:arge* *:argedit*
660
660
Add {name} s to the argument list and edit it.
661
661
There is no check for duplicates, it is possible to
662
662
add a file to the argument list twice | :argded | .
@@ -671,7 +671,7 @@ list of the current window.
671
671
edited. No check for duplicates is done.
672
672
Also see | ++opt | and | +cmd | .
673
673
674
- :[count] arga[dd] {name} .. *:arga* *:argadd* *E479*
674
+ :[count] arga[dd] {name} ... *:arga* *:argadd* *E479*
675
675
:[count] arga[dd] *E1156*
676
676
Add the {name} s to the argument list. When {name} is
677
677
omitted add the current buffer name to the argument
@@ -702,7 +702,7 @@ list of the current window.
702
702
If your current file is a duplicate, your current file
703
703
will change to the original file index.
704
704
705
- :argd[elete] {pattern} .. *:argd* *:argdelete* *E480* *E610*
705
+ :argd[elete] {pattern} ... *:argd* *:argdelete* *E480* *E610*
706
706
Delete files from the argument list that match the
707
707
{pattern} s. {pattern} is used like a file pattern,
708
708
see | file-pattern | . "%" can be used to delete the
0 commit comments