Skip to content

Commit 1f450f0

Browse files
committed
Update quickfix.{txt,jax}
1 parent 28e1ff0 commit 1f450f0

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

doc/quickfix.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1254,6 +1254,14 @@ g:compiler_gcc_ignore_unmatched_lines
12541254
うときに有用である。
12551255

12561256

1257+
JAVAC *compiler-javac*
1258+
1259+
よく使用されるコンパイラオプションは、g:javac_makeprg_params 変数を設定するこ
1260+
とで 'makeprg' に追加できる。例: >
1261+
1262+
let g:javac_makeprg_params = "-Xlint:all -encoding utf-8"
1263+
<
1264+
12571265
MANX AZTEC C *quickfix-manx* *compiler-manx*
12581266

12591267
Amiga上でManx's Aztec C compilerとともにVimを使うには次のようにする:

en/quickfix.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickfix.txt* For Vim version 9.1. Last change: 2024 Jun 09
1+
*quickfix.txt* For Vim version 9.1. Last change: 2024 Jun 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1303,6 +1303,14 @@ g:compiler_gcc_ignore_unmatched_lines
13031303
positives.
13041304

13051305

1306+
JAVAC *compiler-javac*
1307+
1308+
Commonly used compiler options can be added to 'makeprg' by setting the
1309+
g:javac_makeprg_params variable. For example: >
1310+
1311+
let g:javac_makeprg_params = "-Xlint:all -encoding utf-8"
1312+
<
1313+
13061314
MANX AZTEC C *quickfix-manx* *compiler-manx*
13071315

13081316
To use Vim with Manx's Aztec C compiler on the Amiga you should do the

0 commit comments

Comments
 (0)