We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db847a commit 96e3a67Copy full SHA for 96e3a67
doc/quickfix.jax
@@ -424,7 +424,8 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
424
echo getloclist(2, {'id' : qfid, 'context' : 1})
425
<
426
*quickfix-parse*
427
-|getqflist()| 関数を使用してquickfixリストを作成または変更せずに、'errorformat' を使用して行のリストをパースできる。例: >
+|getqflist()| 関数を使用してquickfixリストを作成または変更せずに、'errorformat'
428
+を使用して行のリストをパースできる。例: >
429
echo getqflist({'lines' : ["F1:10:Line10", "F2:20:Line20"]})
430
echo getqflist({'lines' : systemlist('grep -Hn quickfix *')})
431
これは 'items' キーに行からパースされたquickfixの項目のリストが含まれている辞
0 commit comments