Created
March 27, 2015 18:58
-
-
Save martinos/fb554026012e6ce7e313 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
set makeprg=ruby\ -I\ lib:test:spec\ % | |
map <Leader>t :w<CR>:silent !clear<CR> :make! %<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to have the errors shown in the quickfix window, but I can't. Even if I simply run a
make | cwindow
command in vim, it does not work: it still outputs the errors in the console (and the cwindow is never opened).And that did not work for me either :(
Could you tell me what you have in your .vimrc file to have that behavior?