|
1 |
| -*quickfix.txt* For Vim version 9.1. Last change: 2024 Jul 17 |
| 1 | +*quickfix.txt* For Vim version 9.1. Last change: 2024 Jun 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1092,8 +1092,8 @@ commands can be combined to create a NewGrep command: >
|
1092 | 1092 |
|
1093 | 1093 | :vim[grep][!] {pattern} {file} ...
|
1094 | 1094 | Like above, but instead of enclosing the pattern in a
|
1095 |
| - non-ID character use a white space separated pattern. |
1096 |
| - The pattern must start with an ID character. |
| 1095 | + non-ID character use a white-separated pattern. The |
| 1096 | + pattern must start with an ID character. |
1097 | 1097 | Example: >
|
1098 | 1098 | :vimgrep Error *.c
|
1099 | 1099 | <
|
@@ -1414,17 +1414,6 @@ shells and OSes and also does not allow to use other available TeX options,
|
1414 | 1414 | if any. If your TeX doesn't support "-interaction=nonstopmode", please
|
1415 | 1415 | report it with different means to express \nonstopmode from the command line.
|
1416 | 1416 |
|
1417 |
| -TYPST COMPILER *compiler-typst* |
1418 |
| - |
1419 |
| -Vim includes a compiler plugin for Typst files. This compiler is enabled |
1420 |
| -automatically in Typst buffers by the Typst filetype plugin |ft-typst-plugin|. |
1421 |
| -Run |:make| to compile the current Typst file. |
1422 |
| - |
1423 |
| - *g:typst_cmd* |
1424 |
| -By default Vim will use "typst" as the command to run the Typst compiler. This |
1425 |
| -can be changed by setting the |g:typst_cmd| variable: > |
1426 |
| - let g:typst_cmd = "/path/to/other/command" |
1427 |
| -
|
1428 | 1417 | =============================================================================
|
1429 | 1418 | 7. The error format *error-file-format*
|
1430 | 1419 |
|
|
0 commit comments