File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.0. Last change: 2022 Feb 22
1
+ *quickfix.txt* For Vim バージョン 9.0. Last change: 2022 Sep 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -437,7 +437,7 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
437
437
を使用して行のリストをパースできる。例: >
438
438
echo getqflist({'lines' : ["F1:10:Line10", "F2:20:Line20"]})
439
439
echo getqflist({'lines' : systemlist('grep -Hn quickfix *')})
440
- これは ' items' キーに行からパースされたquickfixの項目のリストが含まれている辞
440
+ これは " items" キーに行からパースされたquickfixの項目のリストが含まれている辞
441
441
書を返す。以下は 'errorformat' オプションを変更せずにカスタム 'errorformat' を
442
442
使って行をパースする方法を示している。 >
443
443
echo getqflist({'efm' : '%f#%l#%m', 'lines' : ['F1#10#Line']})
@@ -553,7 +553,7 @@ quickfixリストのエントリ数が多すぎる場合は、cfilterプラグ
553
553
ラインに表示される。このバッファがquickfixコマンドまた
554
554
は関数により変更されるたびに、| b:changedtick | 変数はイ
555
555
ンクリメントされる。このバッファにおける変数の値は
556
- getqflist() や getloclist() 関数を用い ' qfbufnr'
556
+ getqflist() や getloclist() 関数を用い " qfbufnr"
557
557
アイテムを通して取得できる。locationリストの場合は、
558
558
locationリストが削除されるときに、このバッファも削除さ
559
559
れる。
You can’t perform that action at this time.
0 commit comments