Skip to content

Commit 9c06ef8

Browse files
committed
Update quickfix.{txt,jax}
1 parent 43bf779 commit 9c06ef8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/quickfix.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
22

33

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

46-
*quickfix-stack* *quickfix-ID*
46+
*quickfix-stack* *quickfix-ID* *E1545*
4747
各 quickfix リストは quickfix ID と呼ばれる一意な識別子を持ち、この番号は Vim
4848
セッションの中で変わらない。|getqflist()| 関数はリストに割り当てられた識別子の
4949
取得に使用できる。quickfix リスト番号もある。この番号は、'chistory' 個以上のリ

en/quickfix.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2025 Aug 10
1+
*quickfix.txt* For Vim version 9.1. Last change: 2025 Aug 27
22

33

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

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

0 commit comments

Comments
 (0)