From 610f4c570123510f2d6f4c5799d880d8581126cf Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 15 Apr 2014 01:05:44 +0200 Subject: Update --- compiler/haml.vim | 2 +- compiler/rubyunit.vim | 2 ++ compiler/sass.vim | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'compiler') diff --git a/compiler/haml.vim b/compiler/haml.vim index b06a672d..cea77211 100644 --- a/compiler/haml.vim +++ b/compiler/haml.vim @@ -15,7 +15,7 @@ endif let s:cpo_save = &cpo set cpo-=C -CompilerSet makeprg=haml\ -c +CompilerSet makeprg=haml CompilerSet errorformat= \Haml\ %trror\ on\ line\ %l:\ %m, diff --git a/compiler/rubyunit.vim b/compiler/rubyunit.vim index 93a0c8e6..ed0639b5 100644 --- a/compiler/rubyunit.vim +++ b/compiler/rubyunit.vim @@ -17,6 +17,8 @@ let s:cpo_save = &cpo set cpo-=C CompilerSet makeprg=testrb +" CompilerSet makeprg=ruby\ -Itest +" CompilerSet makeprg=m CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:, \%C%m\ [%f:%l]:, diff --git a/compiler/sass.vim b/compiler/sass.vim index 376a52b3..e7265df5 100644 --- a/compiler/sass.vim +++ b/compiler/sass.vim @@ -15,7 +15,7 @@ endif let s:cpo_save = &cpo set cpo-=C -CompilerSet makeprg=sass\ -c +CompilerSet makeprg=sass CompilerSet errorformat= \%f:%l:%m\ (Sass::Syntax%trror), -- cgit v1.2.3