Skip to content

Commit b0854e1

Browse files
authored
Merge pull request #2492 from h-east/update-quickfix
Update quickfix.{txt,jax}
2 parents 1f97082 + 6426237 commit b0854e1

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

doc/quickfix.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2025 Dec 27
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2026 Feb 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -593,6 +593,10 @@ quickfixリストのエントリ数が多すぎる場合は、cfilterプラグ
593593
ウィンドウがすでに開いていて認識されたエラーがない場合
594594
はウィンドウを閉じる。
595595

596+
ウィンドウを開く際に [height] が指定されると、ウィンド
597+
ウはその高さになる (空きがあれば)。[height] が省略され
598+
た場合は、ウィンドウの高さは 10 行になる。
599+
596600
*:lw* *:lwindow*
597601
:lw[indow] [height] ":cwindow" と同様だが、quickfixリストでなく、カレント
598602
ウィンドウのlocationリストが使われる。

en/quickfix.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2025 Dec 27
1+
*quickfix.txt* For Vim version 9.1. Last change: 2026 Feb 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -491,8 +491,8 @@ entries parsed from lines. The following shows how to use a custom
491491

492492
EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
493493
*:cdo*
494-
:cdo[!] {cmd} Execute {cmd} in each valid entry in the quickfix list.
495-
It works like doing this: >
494+
:cdo[!] {cmd} Execute {cmd} in each valid entry in the quickfix
495+
list. It works like doing this: >
496496
:cfirst
497497
:{cmd}
498498
:cnext
@@ -625,6 +625,10 @@ can go back to the unfiltered list using the |:colder|/|:lolder| command.
625625
errors. If the window is already open and there are
626626
no recognized errors, close the window.
627627

628+
When opening the window and [height] is given, the
629+
window becomes that high (if there is room). When
630+
[height] is omitted the window is made ten lines high.
631+
628632
*:lw* *:lwindow*
629633
:lw[indow] [height] Same as ":cwindow", except use the window showing the
630634
location list for the current window.
@@ -2031,9 +2035,9 @@ case they have to precede the letter, e.g. '%+A' or '%-G':
20312035
%- do not include the matching multi-line in any output
20322036
%+ include the whole matching line in the %m error string
20332037

2034-
One prefix is only useful in combination with '+' or '-', namely %G. It parses
2035-
over lines containing general information like compiler version strings or
2036-
other headers that can be skipped.
2038+
One prefix is only useful in combination with '+' or '-', namely %G. It
2039+
parses over lines containing general information like compiler version strings
2040+
or other headers that can be skipped.
20372041
%-G ignore this message
20382042
%+G general message
20392043

@@ -2201,8 +2205,8 @@ prints information about entering a directory in the form "Making all in dir".
22012205
Making all in dir2 ./dir1/dir2
22022206
Making all in dir2 ./dir1/dir2
22032207

2204-
This can be solved by printing absolute directories in the "enter directory"
2205-
message or by printing "leave directory" messages.
2208+
This can be solved by printing absolute directories in the "enter
2209+
directory" message or by printing "leave directory" messages.
22062210

22072211
To avoid this problem, ensure to print absolute directory names and "leave
22082212
directory" messages.

0 commit comments

Comments
 (0)