Manual: mention minimal version for sass-lint.

This commit is contained in:
LCD 47 2016-06-12 12:23:57 +03:00
parent 9ac3dbe2b9
commit d6b96c079b
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
============================================================================== ==============================================================================
SYNTAX CHECKERS BY LANGUAGE *syntastic-checkers-lang* 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| ActionScript.............................|syntastic-checkers-actionscript|
Ada......................................|syntastic-checkers-ada| Ada......................................|syntastic-checkers-ada|
@ -5330,6 +5330,8 @@ details:
https://github.com/sasstools/sass-lint https://github.com/sasstools/sass-lint
Syntastic requires "Sass Lint" version 1.5.0 or later.
Checker options~ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it This checker is initialised using the "makeprgBuild()" function and thus it
@ -5487,6 +5489,8 @@ details:
https://github.com/sasstools/sass-lint https://github.com/sasstools/sass-lint
Syntastic requires "Sass Lint" version 1.5.0 or later.
Checker options~ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it This checker is initialised using the "makeprgBuild()" function and thus it

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START lockvar! g:_SYNTASTIC_START
endif endif
let g:_SYNTASTIC_VERSION = '3.7.0-150' let g:_SYNTASTIC_VERSION = '3.7.0-151'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1