Skip to content

Instantly share code, notes, and snippets.

@tsukkee
Created July 30, 2008 10:18
Show Gist options
  • Save tsukkee/3255 to your computer and use it in GitHub Desktop.
Save tsukkee/3255 to your computer and use it in GitHub Desktop.
" .vim/ftplugin/javascript/flyquickfixmake.vim
setlocal makeprg=jsl\ -nologo\ -nofilelisting\ -nosummary\ -nocontext\ -process\ $*
setlocal errorformat=%f(%l):\ %m
autocmd BufWritePost * silent make %
" .vim/ftplugin/php/flyquickfixmake.vim
compiler php
autocmd BufWritePost * silent make %
" .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