diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-28 07:32:08 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2025-02-04 06:45:25 +0800 |
commit | 89c294514853ee4849855f880d6d7ff349494c4d (patch) | |
tree | c9e47794be4f9f2c0afc1f43b0d6dbfb5832f8df /runtime/compiler/spotbugs.vim | |
parent | d7426bc9e99a44e5c79a3645aa74fc2a300e3ae6 (diff) | |
download | rneovim-89c294514853ee4849855f880d6d7ff349494c4d.tar.gz rneovim-89c294514853ee4849855f880d6d7ff349494c4d.tar.bz2 rneovim-89c294514853ee4849855f880d6d7ff349494c4d.zip |
vim-patch:9.1.0967: SpotBugs compiler setup can be further improved
Problem: SpotBugs compiler can be further improved
Solution: Introduce event-driven primitives for SpotBugs
(Aliaksei Budavei)
closes: vim/vim#16258
https://github.com/vim/vim/commit/2e252474c4df5018b9819d86ebb70bf3b1b1a1af
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
Diffstat (limited to 'runtime/compiler/spotbugs.vim')
-rw-r--r-- | runtime/compiler/spotbugs.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/spotbugs.vim b/runtime/compiler/spotbugs.vim index 10d164b6af..8ed45f8ee0 100644 --- a/runtime/compiler/spotbugs.vim +++ b/runtime/compiler/spotbugs.vim @@ -1,7 +1,7 @@ " Vim compiler file " Compiler: Spotbugs (Java static checker; needs javac compiled classes) -" Maintainer: @konfekt and @zzzyxwvut -" Last Change: 2024 Dec 14 +" Maintainers: @konfekt and @zzzyxwvut +" Last Change: 2024 Dec 20 if exists('g:current_compiler') || bufname() !~# '\.java\=$' || wordcount().chars < 9 finish |