Manual: update version requirrement for checker flow.

This commit is contained in:
LCD 47 2017-01-30 20:29:08 +02:00
parent bd03a27ca1
commit 2124af80ab
2 changed files with 2 additions and 2 deletions

View File

@ -3226,7 +3226,7 @@ accepts the standard options described at |syntastic-config-makeprg|.
Notes~
Syntastic requires "Flow" version 0.18.1 or later.
Syntastic requires "Flow" version 0.34.0 or later.
To use "Flow" with your projects, you must:

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-18'
let g:_SYNTASTIC_VERSION = '3.8.0-19'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1