Added better support for java ant builds

This commit is contained in:
Vasili Svirydau
2014-02-06 10:40:16 -08:00
parent e8b26c8b13
commit 91308883e7
2 changed files with 30 additions and 14 deletions

7
after/ftplugins/java.vim Normal file
View File

@@ -0,0 +1,7 @@
setlocal makeprg=ant\ -q\ -find\ build.xml
setlocal errorformat=\ %#[%.%#]\ %#%f:%l:%v:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
\%A\ %#[%.%#]\ %f:%l:\ %m,%-Z\ %#[%.%#]\ %p^,%C\ %#[%.%#]\ %#%m
", %-C%.%#
nmap <leader>m :make<cr><cr>
setlocal colorcolumn=80