diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-29 08:54:47 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-11-29 08:57:00 +0800 |
commit | 8d7d225caa12e5a25f6853a54a2fd6d144342d3c (patch) | |
tree | f456f05a86d76bcb97f3b276d743fab227ef8def /runtime/compiler/maven.vim | |
parent | 146b8300a145efa64e579527da8606546a36162b (diff) | |
download | rneovim-8d7d225caa12e5a25f6853a54a2fd6d144342d3c.tar.gz rneovim-8d7d225caa12e5a25f6853a54a2fd6d144342d3c.tar.bz2 rneovim-8d7d225caa12e5a25f6853a54a2fd6d144342d3c.zip |
vim-patch:65311c6: runtime(compiler): include spotbugs Java linter
closes: vim/vim#16001
https://github.com/vim/vim/commit/65311c6f472de67b368d83441ca5e93da86161f4
Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
Diffstat (limited to 'runtime/compiler/maven.vim')
-rw-r--r-- | runtime/compiler/maven.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/maven.vim b/runtime/compiler/maven.vim index ef8d8a6fb2..72e74e301d 100644 --- a/runtime/compiler/maven.vim +++ b/runtime/compiler/maven.vim @@ -14,7 +14,7 @@ if exists("current_compiler") endif let current_compiler = "maven" -CompilerSet makeprg=mvn\ --batch-mode +execute $'CompilerSet makeprg=mvn\ --batch-mode\ {escape(get(b:, 'maven_makeprg_params', get(g:, 'maven_makeprg_params', '')), ' \|"')}' " Error message for POM CompilerSet errorformat=[FATAL]\ Non-parseable\ POM\ %f:\ %m%\\s%\\+@%.%#line\ %l\\,\ column\ %c%.%#, |