vim-patch:65311c6: runtime(compiler): include spotbugs Java linter

closes: vim/vim#16001

65311c6f47

Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
This commit is contained in:
zeertzjq
2024-11-29 08:54:47 +08:00
parent 146b8300a1
commit 8d7d225caa
6 changed files with 686 additions and 13 deletions

View File

@@ -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%.%#,