File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1
+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -43,7 +43,7 @@ Vim の中でコマンドを実行し結果を得る方法の一つに|:make|コ
43
43
各コンパイラからのエラーメッセージを解釈させるためには、オプション
44
44
'errorformat' をセットする (下の| errorformat | を参照)。
45
45
46
- *quickfix-stack* *quickfix-ID*
46
+ *quickfix-stack* *quickfix-ID* *E1545*
47
47
各 quickfix リストは quickfix ID と呼ばれる一意な識別子を持ち、この番号は Vim
48
48
セッションの中で変わらない。| getqflist() | 関数はリストに割り当てられた識別子の
49
49
取得に使用できる。quickfix リスト番号もある。この番号は、'chistory' 個以上のリ
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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
43
43
The 'errorformat' option should be set to match the error messages from your
44
44
compiler (see | errorformat | below).
45
45
46
- *quickfix-stack* *quickfix-ID*
46
+ *quickfix-stack* *quickfix-ID* *E1545*
47
47
Each quickfix list has a unique identifier called the quickfix ID and this
48
48
number will not change within a Vim session. The | getqflist() | function can be
49
49
used to get the identifier assigned to a list. There is also a quickfix list
You can’t perform that action at this time.
0 commit comments