Skip to content

Commit 285455e

Browse files
committed
Modify translation to reflect review comments
- reflect review comments of "3. Using more than one list of errors"
1 parent 39dfb56 commit 285455e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/quickfix.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,12 +700,12 @@ setqflist() 関数と setloclist() 関数は、それぞれQuickFixとロケー
700700
ングしているときに特に便利である。もっと最近のエラーリストを残しておきたい場合
701701
は初めに ":cnewer 99" を行うこと。
702702

703-
QuickFixリストのスタックとロケーションリストのスタックの中のリスト番号を取得す
704-
るために、特別な値'$'に設定したリスト番号があればそれぞれ|getqflist()|関数と
705-
|getloclist()|関数を使用できる。例: >
703+
QuickFixやロケーションリストのスタック数を取得するには、特別な値 '$' に設定さ
704+
れたリスト番号でそれぞれ、|getqflist()| 関数と |getloclist()| 関数を使用でき
705+
。例: >
706706
echo getqflist({'nr' : '$'}).nr
707707
echo getloclist(3, {'nr' : '$'}).nr
708-
そのスタックの中の現在のリスト番号を取得するためには: >
708+
スタック内の現在のリスト番号を取得するには: >
709709
echo getqflist({'nr' : 0}).nr
710710
<
711711
=============================================================================

0 commit comments

Comments
 (0)