Skip to content

Commit 7a94297

Browse files
committed
Use lmake instead make for ruby
1 parent 8269f54 commit 7a94297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax_checkers/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ endif
2222
function! SyntaxCheckers_ruby_GetLocList()
2323
set makeprg=ruby\ -c\ %
2424
set errorformat=%-GSyntax\ OK,%E%f:%l:\ syntax\ error\\,\ %m,%Z%p^,%W%f:%l:\ warning:\ %m,%Z%p^,%-C%.%#
25-
silent make!
25+
silent lmake!
2626
return getloclist(0)
2727
endfunction

0 commit comments

Comments
 (0)