We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8269f54 commit 7a94297Copy full SHA for 7a94297
syntax_checkers/ruby.vim
@@ -22,6 +22,6 @@ endif
22
function! SyntaxCheckers_ruby_GetLocList()
23
set makeprg=ruby\ -c\ %
24
set errorformat=%-GSyntax\ OK,%E%f:%l:\ syntax\ error\\,\ %m,%Z%p^,%W%f:%l:\ warning:\ %m,%Z%p^,%-C%.%#
25
- silent make!
+ silent lmake!
26
return getloclist(0)
27
endfunction
0 commit comments