File tree Expand file tree Collapse file tree 2 files changed +98
-95
lines changed Expand file tree Collapse file tree 2 files changed +98
-95
lines changed Original file line number Diff line number Diff line change 1- *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Sep 24
1+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -487,8 +487,8 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
487487 | :bufdo | 、| :tabdo | 、| :argdo | 、| :windo | 、| :ldo | 、
488488 | :cfdo | 、| :lfdo | も参照。
489489
490- *:cfdo*
491- :cfdo[ !] {cmd} quickfixリスト中の各ファイルに対して {cmd} を実行する。
490+ *:cfd* *: cfdo*
491+ :cfd[o][ !] {cmd} quickfixリスト中の各ファイルに対して {cmd} を実行する。
492492 以下の操作と同様に動作する: >
493493 :cfirst
494494 :{cmd}
@@ -497,7 +497,7 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
497497 etc.
498498< それ以外は `:cdo ` の場合と同様である。
499499
500- *:ldo*
500+ *:ld* *: ldo*
501501:ld[o][!] {cmd} カレントウィンドウのlocationリスト中の有効な各項目に対
502502 して {cmd} を実行する。
503503 以下の操作と同様に動作する: >
@@ -509,8 +509,8 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
509509< locationリスト中の有効な項目のみが使われる。
510510 それ以外は `:cdo ` の場合と同様である。
511511
512- *:lfdo*
513- :lfdo[ !] {cmd} カレントウィンドウのlocationリスト中の各ファイルに対し
512+ *:lfd* *: lfdo*
513+ :lfd[o][ !] {cmd} カレントウィンドウのlocationリスト中の各ファイルに対し
514514 て {cmd} を実行する
515515 以下の操作と同様に動作する: >
516516 :lfirst
You can’t perform that action at this time.
0 commit comments