diff options
Diffstat (limited to 'runtime/compiler/checkstyle.vim')
-rw-r--r-- | runtime/compiler/checkstyle.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/checkstyle.vim b/runtime/compiler/checkstyle.vim index eac461bb2d..ccab3c585d 100644 --- a/runtime/compiler/checkstyle.vim +++ b/runtime/compiler/checkstyle.vim @@ -14,6 +14,6 @@ endif CompilerSet makeprg=java\ com.puppycrawl.tools.checkstyle.Main\ -f\ plain -" sample error: WebTable.java:282: '+=' is not preceeded with whitespace. +" sample error: WebTable.java:282: '+=' is not preceded with whitespace. " WebTable.java:201:1: '{' should be on the previous line. CompilerSet errorformat=%f:%l:%v:\ %m,%f:%l:\ %m,%-G%.%# |