From e1161a723a353db99780f9a9351340df7abbb106 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Fri, 7 Jul 2017 18:41:14 +0300 Subject: [PATCH] Manual: add a note about "eslint --fix". --- doc/syntastic-checkers.txt | 4 +++- plugin/syntastic.vim | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index e4d7b15e..c8fac05e 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -2857,7 +2857,9 @@ Checker options~ This checker is initialised using the "makeprgBuild()" function and thus it accepts the standard options described at |syntastic-config-makeprg|. -Note~ +Notes~ + +Automatically fixing errors (option "--fix") is not supported. You can also use "eslint_d" (https://github.com/mantoni/eslint_d.js), version 2.1.0 or later, instead of "ESLint". Just point 'g:syntastic_html_eslint_exec' diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 67dc0d93..5c1b1e74 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-60' +let g:_SYNTASTIC_VERSION = '3.8.0-63' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1