Skip to content

Commit 96e3a67

Browse files
committed
fix long line
1 parent 8db847a commit 96e3a67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/quickfix.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ quickfixリストとlocationリストの中の項目の数をそれぞれ |getqf
424424
echo getloclist(2, {'id' : qfid, 'context' : 1})
425425
<
426426
*quickfix-parse*
427-
|getqflist()| 関数を使用してquickfixリストを作成または変更せずに、'errorformat' を使用して行のリストをパースできる。例: >
427+
|getqflist()| 関数を使用してquickfixリストを作成または変更せずに、'errorformat'
428+
を使用して行のリストをパースできる。例: >
428429
echo getqflist({'lines' : ["F1:10:Line10", "F2:20:Line20"]})
429430
echo getqflist({'lines' : systemlist('grep -Hn quickfix *')})
430431
これは 'items' キーに行からパースされたquickfixの項目のリストが含まれている辞

0 commit comments

Comments
 (0)