From 5efeecece3f512076513e8ee1e7444157a16a77b Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Mon, 15 May 2017 07:31:25 +0300 Subject: [PATCH] Manual: minor alignment fix. --- 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 db10b5a8..38248b07 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -4714,7 +4714,7 @@ This checker is initialised using the "makeprgBuild()" function and thus it accepts the standard options described at |syntastic-config-makeprg|. ------------------------------------------------------------------------------ -5. PHP Static Analysis Tool *syntastic-php-phpstan* +5. PHP Static Analysis Tool *syntastic-php-phpstan* Name: phpstan Maintainer: Przepompownia diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index c5f21197..d5a9304e 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-54' +let g:_SYNTASTIC_VERSION = '3.8.0-55' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1