aboutsummaryrefslogtreecommitdiff
path: root/runtime/compiler/spotbugs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/spotbugs.vim')
-rw-r--r--runtime/compiler/spotbugs.vim4
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