File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Dec 27
1
+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -521,9 +521,9 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
521
521
< それ以外は `:cdo ` の場合と同様である。
522
522
523
523
☆quickfix または location リストのフィルタリング:
524
- *cfilter-plugin* *:Cfilter* *:Lfilter*
524
+ *cfilter-plugin* *:Cfilter* *:Lfilter* *package-cfilter *
525
525
quickfixリストのエントリ数が多すぎる場合は、cfilterプラグインを使用してエント
526
- リ数を減らすことができる。プラグインをロードする: >
526
+ リ数を減らすことができる。プラグインをロードする: >vim
527
527
528
528
packadd cfilter
529
529
Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim version 9.1. Last change: 2024 Dec 27
1
+ *quickfix.txt* For Vim version 9.1. Last change: 2025 Jan 11
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -550,9 +550,9 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
550
550
< Otherwise it works the same as `:ldo ` .
551
551
552
552
FILTERING A QUICKFIX OR LOCATION LIST:
553
- *cfilter-plugin* *:Cfilter* *:Lfilter*
553
+ *cfilter-plugin* *:Cfilter* *:Lfilter* *package-cfilter *
554
554
If you have too many entries in a quickfix list, you can use the cfilter
555
- plugin to reduce the number of entries. Load the plugin with: >
555
+ plugin to reduce the number of entries. Load the plugin with: >vim
556
556
557
557
packadd cfilter
558
558
You can’t perform that action at this time.
0 commit comments