The handlebars checker needs "guards".

This commit is contained in:
LCD 47 2014-09-26 18:20:29 +03:00
parent aea9647033
commit 0bfc328b0c

View File

@ -29,6 +29,7 @@ function! SyntaxCheckers_handlebars_handlebars_GetLocList() dict
return SyntasticMake({
\ 'makeprg': makeprg,
\ 'errorformat': errorformat,
\ 'postprocess': ['guards'],
\ 'defaults': {'bufnr': bufnr("")} })
endfunction