From e8a06ea247905024870aa9ba9241be1992845477 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 21 Jun 2016 22:04:02 +0300 Subject: [PATCH] Manual: add a warning about tern-lint being brain-dead. --- doc/syntastic-checkers.txt | 5 +++++ plugin/syntastic.vim | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index b630c522..86b066f1 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -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* diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index a78412f9..f4db495e 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -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