Skip to content

Commit

Permalink
Update for Issue #53
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed May 17, 2012
1 parent 49eea79 commit d99aa42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/quickfix.jax
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ AmigaでManx's Aztec C compilerを使っているなら、Vimと連携させる
ドに似ていて、QuickFixコマンドのプレフィックス'c'が'l'に置き換わっている。

*:cc*
:cc[!] [nr] エラー[nr]を表示する。[nr]が省略されると同じエラーが
:cc[!] [nr] エラー [nr]を表示する。 [nr]が省略されると同じエラーが
再度表示される。[!]が無く、現在のバッファに変更が有り
ウィンドウが1つしか無く、'hidden''autowrite'もoffで
ある場合には、他のバッファへジャンプする事は無い。
Expand Down Expand Up @@ -108,7 +108,7 @@ AmigaでManx's Aztec C compilerを使っているなら、Vimと連携させる
カレントウィンドウのロケーションリストが使われる。

*:crewind* *:cr*
:cr[ewind][!] [nr] [nr]のエラーを表示する。[nr]が省略されると一番最初の
:cr[ewind][!] [nr] [nr]のエラーを表示する。 [nr]が省略されると一番最初の
エラーが表示される。|:cc|を参照。

*:lrewind* *:lr*
Expand All @@ -122,7 +122,7 @@ AmigaでManx's Aztec C compilerを使っているなら、Vimと連携させる
:lfir[st][!] [nr] ":lrewind"と同じ。

*:clast* *:cla*
:cla[st][!] [nr] [nr]のエラーを表示する。[nr]が省略されると一番最後の
:cla[st][!] [nr] [nr]のエラーを表示する。 [nr]が省略されると一番最後の
エラーが表示される。|:cc|を参照。

*:llast* *:lla*
Expand All @@ -141,7 +141,7 @@ AmigaでManx's Aztec C compilerを使っているなら、Vimと連携させる
オプション-qで起動された時には自動的に行なわれる。
コンパイルの間Vimを実行したままにしたい時に使うことが
できる。エラーファイルの名前を与えればオプション
'errorfile'に[errorfile]が設定される。[!]については
'errorfile' [errorfile]が設定される。[!]については
|:cc|を参照。

*:lf* *:lfile*
Expand Down Expand Up @@ -425,7 +425,7 @@ Note: QuickFixウィンドウ内で変更を加えてもエラーのリストに
'makeef'が"##"を含まずかつ既に名前が存在する場合
それは削除される。
4. オプション'makeprg'で与えられたプログラム (省略時
"make") が[argument]をオプションにして実行され、
"make") が [argument]をオプションにして実行され、
出力がerrorfileに保存される (Unixではそれも画面に
echoされる)。
5. 'errorformat'を使ってerrorfileが読みこまれる。
Expand Down

0 comments on commit d99aa42

Please sign in to comment.