Skip to content

Commit 0ef2143

Browse files
authored
Merge pull request #2177 from h-east/update-editing
Update editing.{txt,jax}
2 parents cd18b13 + 06f5356 commit 0ef2143

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/editing.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Jun 25
1+
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -646,7 +646,7 @@ Vim の開始時に複数のファイル名を与えると、それらは引数
646646
点は全て失われる。
647647
|++opt||+cmd| も参照。
648648

649-
:[count]arge[dit][!] [++opt] [+cmd] {name} .. *:arge* *:argedit*
649+
:[count]arge[dit][!] [++opt] [+cmd] {name} ... *:arge* *:argedit*
650650
引数リストに {name} を追加し、その編集を始める。
651651
重複のチェックは行われないため、ファイルを引数リストに
652652
2 回追加することが可能である |:argded|
@@ -661,7 +661,7 @@ Vim の開始時に複数のファイル名を与えると、それらは引数
661661
{name} が加えられる。重複のチェックは行われない。
662662
|++opt||+cmd| も参照。
663663

664-
:[count]arga[dd] {name} .. *:arga* *:argadd* *E479*
664+
:[count]arga[dd] {name} ... *:arga* *:argadd* *E479*
665665
:[count]arga[dd] *E1156*
666666
引数リストに {name} を追加する。{name} が省略された時
667667
は引数リストに現在のバッファ名を追加する。
@@ -690,7 +690,7 @@ Vim の開始時に複数のファイル名を与えると、それらは引数
690690
現在のファイルが重複している場合、ファイルのインデック
691691
スはオリジナルのものに変化する。
692692

693-
:argd[elete] {pattern} .. *:argd* *:argdelete* *E480* *E610*
693+
:argd[elete] {pattern} ... *:argd* *:argdelete* *E480* *E610*
694694
{pattern} にマッチするファイルを引数リストから削除する。
695695
{pattern} の意味はファイルパターンと同様なので、
696696
|file-pattern| を参照。現在の項目を削除するには "%" が

en/editing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

Comments
 (0)