Created
July 30, 2008 10:18
-
-
Save tsukkee/3255 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" .vim/ftplugin/javascript/flyquickfixmake.vim | |
setlocal makeprg=jsl\ -nologo\ -nofilelisting\ -nosummary\ -nocontext\ -process\ $* | |
setlocal errorformat=%f(%l):\ %m | |
autocmd BufWritePost * silent make % |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" .vim/ftplugin/php/flyquickfixmake.vim | |
compiler php | |
autocmd BufWritePost * silent make % |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" .vim/ftplugin/ruby/flyquickfixmake.vim | |
compiler ruby | |
autocmd BufWritePost * silent make % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment