Skip to content

Commit d56df9b

Browse files
committed
Revert "Update quickfix.{txt,jax}"
This reverts commit aade240.
1 parent aade240 commit d56df9b

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

doc/quickfix.jax

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
1+
*quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jun 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1047,9 +1047,9 @@ Note: 検索結果へのリンク一覧を開くには |:copen| (|:lgrep| なら
10471047
< "**" の使い方については|starstar-wildcard|を参照。
10481048

10491049
:vim[grep][!] {pattern} {file} ...
1050-
上と同様だが、パターンを非ID文字で囲む代わりに、空白で
1051-
区切られたパターンを使用する。パターンはID文字で始まら
1052-
ねばならない
1050+
上と同様だが、パターンを非ID文字で囲むのでなく、空白で
1051+
パターンを区切る。パターンはID文字で始まらねばならな
1052+
10531053
例: >
10541054
:vimgrep Error *.c
10551055
<
@@ -1365,18 +1365,6 @@ teTeX (Artem Chuprinaによってチェックされた) の両方で使えるよ
13651365
"-interaction=nonstopmode" をサポートしていなければ、コマンドラインから
13661366
\nonstopmodeを表現する他の方法とともにその旨を報告してください。
13671367

1368-
TYPST COMPILER *compiler-typst*
1369-
1370-
Vim には Typst ファイル用のコンパイラプラグインが含まれている。このコンパイラ
1371-
は Typst ファイルタイププラグイン |ft-typst-plugin| によって Typst バッファで
1372-
自動的に有効になる。現在の Typst ファイルをコンパイルするには |:make| を実行す
1373-
る。
1374-
1375-
*g:typst_cmd*
1376-
デフォルトでは、Vim は Typst コンパイラを実行するコマンドとして "typst" を使用
1377-
する。これは |g:typst_cmd| 変数を設定することで変更できる: >
1378-
let g:typst_cmd = "/path/to/other/command"
1379-
13801368
=============================================================================
13811369
7. エラーフォーマット *error-file-format*
13821370

en/quickfix.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1092,8 +1092,8 @@ commands can be combined to create a NewGrep command: >
10921092

10931093
:vim[grep][!] {pattern} {file} ...
10941094
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.
10971097
Example: >
10981098
:vimgrep Error *.c
10991099
<
@@ -1414,17 +1414,6 @@ shells and OSes and also does not allow to use other available TeX options,
14141414
if any. If your TeX doesn't support "-interaction=nonstopmode", please
14151415
report it with different means to express \nonstopmode from the command line.
14161416

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-
14281417
=============================================================================
14291418
7. The error format *error-file-format*
14301419

0 commit comments

Comments
 (0)