Manual: add a warning about tern-lint being brain-dead.

This commit is contained in:
LCD 47 2016-06-21 22:04:02 +03:00
parent 5462fdd677
commit e8a06ea247
2 changed files with 6 additions and 1 deletions

View File

@ -3374,6 +3374,11 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
Note~
"tern-lint" recursively scans files starting from (Vim's idea of) the current
directory, regardless of the current file.
==============================================================================
SYNTAX CHECKERS FOR JSON *syntastic-checkers-json*

View File

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