Skip to content

Commit 5c69847

Browse files
committed
Update quickfix.{txt,jax}
1 parent 28299e6 commit 5c69847

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

doc/quickfix.jax

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,24 @@ locationリストが |autocommand| に変更される場合、それは中断さ
345345
ターンは、エントリのファイル名、モジュール名、パターン
346346
およびテキストと照合される。
347347

348+
:cl[ist] +{count} カレントと次の {count} 個の有効なエラーをリストする。
349+
これは ":clist from from+count" に似ており、"from" は
350+
現在のエラー位置である。
351+
348352
:cl[ist]! [from] [, [to]]
349353
全てのエラーを表示する。
350354

351-
*:lli* *:llist*
352-
:lli[st] [from] [, [to]]
355+
:cl[ist]! +{count} カレントと次の {count} 個のエラー行をリストする。これ
356+
は、カレント行の後にある認識されていない行を確認するの
357+
に役立つ。例えば、":clist" が次のように表示される場合:
358+
8384 testje.java:252: error: cannot find symbol ~
359+
そして ":cl!+3" を使うと理由が表示される:
360+
8384 testje.java:252: error: cannot find symbol ~
361+
8385: ZexitCode = Fmainx(); ~
362+
8386: ^ ~
363+
8387: symbol: method Fmainx() ~
364+
365+
:lli[st] [from] [, [to]] *:lli* *:llist*
353366
":clist" と同様だが、quickfixリストでなく、カレントウィ
354367
ンドウのlocationリストが使われる。
355368

en/quickfix.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,14 @@ processing a quickfix or location list command, it will be aborted.
378378
List all errors.
379379

380380
:cl[ist]! +{count} List the current and next {count} error lines. This
381-
is useful to see unrecognized lines after the current
381+
is useful to see unrecognized lines after the current
382382
one. For example, if ":clist" shows:
383-
8384 testje.java:252: error: cannot find symbol ~
384-
Then using ":cl! +3" shows the reason:
385-
8384 testje.java:252: error: cannot find symbol ~
386-
8385: ZexitCode = Fmainx(); ~
387-
8386: ^ ~
388-
8387: symbol: method Fmainx() ~
383+
8384 testje.java:252: error: cannot find symbol ~
384+
Then using ":cl! +3" shows the reason:
385+
8384 testje.java:252: error: cannot find symbol ~
386+
8385: ZexitCode = Fmainx(); ~
387+
8386: ^ ~
388+
8387: symbol: method Fmainx() ~
389389

390390
:lli[st] [from] [, [to]] *:lli* *:llist*
391391
Same as ":clist", except the location list for the

0 commit comments

Comments
 (0)