Skip to content

Commit

Permalink
Bug fix: checker css/csslint needs guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Jun 18, 2017
1 parent 1c80cbd commit f459416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.8.0-58'
let g:_SYNTASTIC_VERSION = '3.8.0-59'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
1 change: 1 addition & 0 deletions syntax_checkers/css/csslint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function! SyntaxCheckers_css_csslint_GetLocList() dict
return SyntasticMake({
\ 'makeprg': makeprg,
\ 'errorformat': errorformat,
\ 'postprocess': ['guards'],
\ 'defaults': {'bufnr': bufnr('')} })

endfunction
Expand Down

0 comments on commit f459416

Please sign in to comment.