Merge pull request #1861 from matmarsiglio/master

Manual: fix typo.
This commit is contained in:
LCD 047 2016-09-01 18:49:15 +03:00 committed by GitHub
commit c946648974
2 changed files with 2 additions and 2 deletions

View File

@ -6183,7 +6183,7 @@ Maintainer: LCD 47 <lcd047@gmail.com>
"ESLint" is a tool for identifying and reporting on patterns found "ESLint" is a tool for identifying and reporting on patterns found
in ECMAScript/JavaScript code. With the "babel-eslint" plugin 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: used to check TypeScript files. See the project's page for details:
https://github.com/nzakas/eslint https://github.com/nzakas/eslint

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-207' let g:_SYNTASTIC_VERSION = '3.7.0-208'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1