diff options
author | Will Stamper <epmatsw@gmail.com> | 2014-08-24 16:28:39 -0500 |
---|---|---|
committer | Will Stamper <epmatsw@gmail.com> | 2014-08-24 18:40:06 -0500 |
commit | a1582a841b2864ad20c22cc18b04010f9a813128 (patch) | |
tree | aab5efa74f5a4ee1df5f4a6dc864771ec4ec8842 /runtime/compiler | |
parent | ae1788d55d5f465891e1b72f7d49101b96e8b013 (diff) | |
download | rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2 rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip |
Spelling fixes
Diffstat (limited to 'runtime/compiler')
-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%.%# |