summaryrefslogtreecommitdiffstats
path: root/compiler/sass.vim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/sass.vim')
-rw-r--r--compiler/sass.vim2
1 files changed, 1 insertions, 1 deletions
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),