Skip to content

Commit 81ba38c

Browse files
tsuyoshichoh-east
andauthored
quickfix.jax: fix vimgrep bufnr match translate
Co-authored-by: h_east <[email protected]>
1 parent 00dfe9d commit 81ba38c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/quickfix.jax

+3-2
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,9 @@ Note: 検索結果へのリンク一覧を開くには |:copen| (|:lgrep| なら
969969

970970
|QuickFixCmdPre||QuickFixCmdPost| がトリガーされ
971971
る。
972-
開いたファイルはバッファ番号でマッチされる、しかし、使
973-
用済みのバッファ番号の再利用は可能なかぎり回避する。
972+
マッチのために開かれたファイルはバッファ番号を使用する
973+
が、バッファ番号の消費を避けるために、可能であれば再利
974+
用される。
974975

975976
:{count}vim[grep] ...
976977
このコマンドの前に数字が置かれると、その数が検索する

0 commit comments

Comments
 (0)