MEMO_MEMO_MEMO
Saturday, August 18, 2012
Vim: Binding :make and javac
Add the following to your .vimrc
filetype on
autocmd FileType java set makeprg=javac\ %
You can make .java files with :make command.
To view errors, try ":cope", ":ccl", ":cc", ":cn", ":cp", etc.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment