Files
dotvim/after/ftplugin/java.vim
Vasili Svirydau 61349bc62e .
2014-02-06 11:04:45 -08:00

8 lines
249 B
VimL

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