diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-29 09:19:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 09:19:51 +0800 |
commit | 27965627a4ea3910e7729c0f8ff5e4afa303bc65 (patch) | |
tree | abc6210030fb13ba3906ae985c06a473fd388a4f /runtime/compiler/maven.vim | |
parent | 146b8300a145efa64e579527da8606546a36162b (diff) | |
parent | cfa8418c21133af5562ab56f0b2e9d48ce8b2096 (diff) | |
download | rneovim-27965627a4ea3910e7729c0f8ff5e4afa303bc65.tar.gz rneovim-27965627a4ea3910e7729c0f8ff5e4afa303bc65.tar.bz2 rneovim-27965627a4ea3910e7729c0f8ff5e4afa303bc65.zip |
Merge pull request #31377 from zeertzjq/vim-65311c6
vim-patch: :compiler spotbugs
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%.%#, |