summaryrefslogtreecommitdiffstats
path: root/compiler/haml.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-04-15 01:05:44 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2014-04-15 01:05:44 +0200
commit610f4c570123510f2d6f4c5799d880d8581126cf (patch)
treea2bbc1de1fbdd22e2b2eb4d4d2447b3cc8467fba /compiler/haml.vim
parentf3833f5a39b91f1e42f12e45a2e61e351218c495 (diff)
downloadvim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.tar.gz
vim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.zip
Update
Diffstat (limited to 'compiler/haml.vim')
-rw-r--r--compiler/haml.vim2
1 files changed, 1 insertions, 1 deletions
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,