File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09
1
+ *quickfix.txt* For Vim バージョン 9.1. Last change: 2024 Jun 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1254,6 +1254,14 @@ g:compiler_gcc_ignore_unmatched_lines
1254
1254
うときに有用である。
1255
1255
1256
1256
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
+
1257
1265
MANX AZTEC C *quickfix-manx* *compiler-manx*
1258
1266
1259
1267
Amiga上でManx's Aztec C compilerとともにVimを使うには次のようにする:
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1303,6 +1303,14 @@ g:compiler_gcc_ignore_unmatched_lines
1303
1303
positives.
1304
1304
1305
1305
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
+
1306
1314
MANX AZTEC C *quickfix-manx* *compiler-manx*
1307
1315
1308
1316
To use Vim with Manx's Aztec C compiler on the Amiga you should do the
You can’t perform that action at this time.
0 commit comments