Added better support for java ant builds
This commit is contained in:
7
after/ftplugins/java.vim
Normal file
7
after/ftplugins/java.vim
Normal 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
|
||||
Reference in New Issue
Block a user