diff options
Diffstat (limited to '')
-rw-r--r-- | compiler/gradlew.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/gradlew.vim b/compiler/gradlew.vim index 6715b44d..0d08ff3e 100644 --- a/compiler/gradlew.vim +++ b/compiler/gradlew.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gradle') == -1 + " Vim Compiler File " Compiler: gradlew @@ -23,4 +24,5 @@ CompilerSet errorformat= \%E%f:\ %\\d%\\+:\ %m\ @\ line\ %l\\,\ column\ %c.,%-C%.%#,%Z%p^, \%E%>%f:\ %\\d%\\+:\ %m,%C\ @\ line\ %l\\,\ column\ %c.,%-C%.%#,%Z%p^, \%-G%.%# + endif |