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