SCSS-Lint: new error codes.

This commit is contained in:
LCD 47 2014-08-26 16:59:52 +03:00
parent 82b2745886
commit 9fb7b0d397
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start
endif
let g:syntastic_version = '3.4.0-133'
let g:syntastic_version = '3.4.0-134'
lockvar g:syntastic_version
" Sanity checks {{{1

View File

@ -31,7 +31,7 @@ function! SyntaxCheckers_scss_scss_lint_GetLocList() dict
\ 'makeprg': makeprg,
\ 'errorformat': errorformat,
\ 'subtype': 'Style',
\ 'returns': [0, 1, 65] })
\ 'returns': [0, 1, 2, 65, 66] })
endfunction
call g:SyntasticRegistry.CreateAndRegisterChecker({