diff options
Diffstat (limited to 'indent/groovy.vim')
-rw-r--r-- | indent/groovy.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/groovy.vim b/indent/groovy.vim index 0f1bafd7..3c3227f1 100644 --- a/indent/groovy.vim +++ b/indent/groovy.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'groovy-indent') == -1 + " Vim indent file " Language: Groovy " Maintainer: Toby Allsopp <toby.allsopp@peace.com> (resigned) @@ -162,4 +163,5 @@ function GetGroovyIndent() endfunction " vi: sw=2 et + endif |