Created
January 23, 2013 17:03
-
-
Save grauwoelfchen/4610039 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
if &filetype == "ruby" | |
"" syntax check | |
compiler ruby | |
setlocal makeprg=ruby\ -c\ % | |
augroup syntax_check | |
autocmd! | |
autocmd BufWritePost <buffer> silent make! -c % | redraw! | |
augroup END | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment