Manual: mention minimal version for sass-lint.
This commit is contained in:
parent
9ac3dbe2b9
commit
d6b96c079b
@ -4,7 +4,7 @@
|
||||
==============================================================================
|
||||
SYNTAX CHECKERS BY LANGUAGE *syntastic-checkers-lang*
|
||||
|
||||
Syntastic comes with checkers for the following languages:
|
||||
|syntastic| comes with checkers for the following languages:
|
||||
|
||||
ActionScript.............................|syntastic-checkers-actionscript|
|
||||
Ada......................................|syntastic-checkers-ada|
|
||||
@ -5330,6 +5330,8 @@ details:
|
||||
|
||||
https://github.com/sasstools/sass-lint
|
||||
|
||||
Syntastic requires "Sass Lint" version 1.5.0 or later.
|
||||
|
||||
Checker options~
|
||||
|
||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||
@ -5487,6 +5489,8 @@ details:
|
||||
|
||||
https://github.com/sasstools/sass-lint
|
||||
|
||||
Syntastic requires "Sass Lint" version 1.5.0 or later.
|
||||
|
||||
Checker options~
|
||||
|
||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-150'
|
||||
let g:_SYNTASTIC_VERSION = '3.7.0-151'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
Loading…
Reference in New Issue
Block a user