From dfb263775bbf1d43350591b84bc53c925dcb7430 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Fri, 25 Nov 2016 10:05:52 +0200 Subject: [PATCH] Manual: stylint 1.5.7 is now supported. --- doc/syntastic-checkers.txt | 2 -- plugin/syntastic.vim | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index d9c03e0f..14c9b923 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -6012,8 +6012,6 @@ the project's page at GitHub for details: https://github.com/SimenB/stylint -Syntastic doesn't support "Stylint" version 1.5.7 or later. - Checker options~ This checker is initialised using the "makeprgBuild()" function and thus it diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 45f265d7..ed6ca573 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.8.0-8' +let g:_SYNTASTIC_VERSION = '3.8.0-9' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1