aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-06-16 17:00:30 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-06-16 23:24:55 +0200
commitc3cb56d8ec2cab6842a8678c84d7fed4776822ca (patch)
tree153dd2618d54e1919f1cee7b10ed2731363741bf /runtime/doc/quickfix.txt
parent72ddf213a16d7b926ec439ce7616c95d1c041071 (diff)
downloadrneovim-c3cb56d8ec2cab6842a8678c84d7fed4776822ca.tar.gz
rneovim-c3cb56d8ec2cab6842a8678c84d7fed4776822ca.tar.bz2
rneovim-c3cb56d8ec2cab6842a8678c84d7fed4776822ca.zip
vim-patch:0ddab58: runtime(java): Add a config variable for commonly used compiler options
The value of g:javac_makeprg_params, if set, is added to the value of 'makeprg' as an option string. closes: vim/vim#14999 https://github.com/vim/vim/commit/0ddab582fa13d1d653800494e45ecfba00974a18 Co-authored-by: Doug Kearns <dougkearns@gmail.com>
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 897e503fc4..9ac7492b9b 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1288,6 +1288,13 @@ g:compiler_gcc_ignore_unmatched_lines
commands run from make are generating false
positives.
+JAVAC *compiler-javac*
+
+Commonly used compiler options can be added to 'makeprg' by setting the
+g:javac_makeprg_params variable. For example: >
+ let g:javac_makeprg_params = "-Xlint:all -encoding utf-8"
+<
+
PANDOC *quickfix-pandoc* *compiler-pandoc*
The Pandoc compiler plugin expects that an output file type extension is