From d7932fa7703483391ecd56d2522b31a440090705 Mon Sep 17 00:00:00 2001 From: Matheus Marsiglio Date: Thu, 1 Sep 2016 10:23:14 -0300 Subject: [PATCH] syntastic-checkers doc fix typo --- doc/syntastic-checkers.txt | 2 +- plugin/syntastic.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 8b6f0197..4541ddf2 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -6183,7 +6183,7 @@ Maintainer: LCD 47 "ESLint" is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. With the "babel-eslint" plugin -(https://github.com/babel/babel-eslint) "ESLint" can also can also be +(https://github.com/babel/babel-eslint) "ESLint" can also be used to check TypeScript files. See the project's page for details: https://github.com/nzakas/eslint diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 46f58d55..138a653b 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-207' +let g:_SYNTASTIC_VERSION = '3.7.0-208' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1