diff --git a/doc/quickfix.jax b/doc/quickfix.jax index 0924d75de..e5b1a2e4b 100644 --- a/doc/quickfix.jax +++ b/doc/quickfix.jax @@ -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 @@ -43,7 +43,7 @@ Vim の中でコマンドを実行し結果を得る方法の一つに|:make|コ 各コンパイラからのエラーメッセージを解釈させるためには、オプション 'errorformat' をセットする (下の|errorformat|を参照)。 - *quickfix-stack* *quickfix-ID* + *quickfix-stack* *quickfix-ID* *E1545* 各 quickfix リストは quickfix ID と呼ばれる一意な識別子を持ち、この番号は Vim セッションの中で変わらない。|getqflist()| 関数はリストに割り当てられた識別子の 取得に使用できる。quickfix リスト番号もある。この番号は、'chistory' 個以上のリ diff --git a/en/quickfix.txt b/en/quickfix.txt index 248b68d90..02a1a663e 100644 --- a/en/quickfix.txt +++ b/en/quickfix.txt @@ -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 @@ -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