Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/quickfix.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -43,7 +43,7 @@ Vim の中でコマンドを実行し結果を得る方法の一つに|:make|コ
各コンパイラからのエラーメッセージを解釈させるためには、オプション
'errorformat' をセットする (下の|errorformat|を参照)。

*quickfix-stack* *quickfix-ID*
*quickfix-stack* *quickfix-ID* *E1545*
各 quickfix リストは quickfix ID と呼ばれる一意な識別子を持ち、この番号は Vim
セッションの中で変わらない。|getqflist()| 関数はリストに割り当てられた識別子の
取得に使用できる。quickfix リスト番号もある。この番号は、'chistory' 個以上のリ
Expand Down
4 changes: 2 additions & 2 deletions en/quickfix.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickfix.txt* For Vim version 9.1. Last change: 2025 Aug 10
*quickfix.txt* For Vim version 9.1. Last change: 2025 Aug 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -43,7 +43,7 @@ From inside Vim an easy way to run a command and handle the output is with the
The 'errorformat' option should be set to match the error messages from your
compiler (see |errorformat| below).

*quickfix-stack* *quickfix-ID*
*quickfix-stack* *quickfix-ID* *E1545*
Each quickfix list has a unique identifier called the quickfix ID and this
number will not change within a Vim session. The |getqflist()| function can be
used to get the identifier assigned to a list. There is also a quickfix list
Expand Down