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
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' 個以上のリ
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
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
4343The 'errorformat' option should be set to match the error messages from your
4444compiler (see | errorformat | below).
4545
46- *quickfix-stack* *quickfix-ID*
46+ *quickfix-stack* *quickfix-ID* *E1545*
4747Each quickfix list has a unique identifier called the quickfix ID and this
4848number will not change within a Vim session. The | getqflist() | function can be
4949used 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