|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -491,8 +491,8 @@ entries parsed from lines. The following shows how to use a custom |
491 | 491 |
|
492 | 492 | EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST: |
493 | 493 | *: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: > |
496 | 496 | :cfirst |
497 | 497 | :{cmd} |
498 | 498 | :cnext |
@@ -625,6 +625,10 @@ can go back to the unfiltered list using the |:colder|/|:lolder| command. |
625 | 625 | errors. If the window is already open and there are |
626 | 626 | no recognized errors, close the window. |
627 | 627 |
|
| 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 | + |
628 | 632 | *:lw* *:lwindow* |
629 | 633 | :lw[indow] [height] Same as ":cwindow", except use the window showing the |
630 | 634 | location list for the current window. |
@@ -2031,9 +2035,9 @@ case they have to precede the letter, e.g. '%+A' or '%-G': |
2031 | 2035 | %- do not include the matching multi-line in any output |
2032 | 2036 | %+ include the whole matching line in the %m error string |
2033 | 2037 |
|
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. |
2037 | 2041 | %-G ignore this message |
2038 | 2042 | %+G general message |
2039 | 2043 |
|
@@ -2201,8 +2205,8 @@ prints information about entering a directory in the form "Making all in dir". |
2201 | 2205 | Making all in dir2 ./dir1/dir2 |
2202 | 2206 | Making all in dir2 ./dir1/dir2 |
2203 | 2207 |
|
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. |
2206 | 2210 |
|
2207 | 2211 | To avoid this problem, ensure to print absolute directory names and "leave |
2208 | 2212 | directory" messages. |
|
0 commit comments