Skip to content

Commit b36123a

Browse files
authored
Merge pull request #1921 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents b77645d + 3fc2439 commit b36123a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/quickfix.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Dec 27
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -521,9 +521,9 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
521521
< それ以外は `:cdo` の場合と同様である。
522522

523523
☆quickfix または location リストのフィルタリング:
524-
*cfilter-plugin* *:Cfilter* *:Lfilter*
524+
*cfilter-plugin* *:Cfilter* *:Lfilter* *package-cfilter*
525525
quickfixリストのエントリ数が多すぎる場合は、cfilterプラグインを使用してエント
526-
リ数を減らすことができる。プラグインをロードする: >
526+
リ数を減らすことができる。プラグインをロードする: >vim
527527

528528
packadd cfilter
529529

en/quickfix.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -550,9 +550,9 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
550550
< Otherwise it works the same as `:ldo`.
551551

552552
FILTERING A QUICKFIX OR LOCATION LIST:
553-
*cfilter-plugin* *:Cfilter* *:Lfilter*
553+
*cfilter-plugin* *:Cfilter* *:Lfilter* *package-cfilter*
554554
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
556556

557557
packadd cfilter
558558

0 commit comments

Comments
 (0)