Manual: add links to "vim-puppet".

This commit is contained in:
LCD 47 2018-11-25 00:20:07 +02:00
parent 741cc17b2f
commit 0d25f4fb42
2 changed files with 15 additions and 1 deletions

View File

@ -5023,6 +5023,13 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
Note~
You probably also need a plugin to set |filetype| for Puppet files, such as
"vim-puppet":
https://github.com/rodjek/vim-puppet
------------------------------------------------------------------------------
2. puppet-lint *syntastic-puppet-puppetlint*
@ -5040,6 +5047,13 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
Note~
You probably also need a plugin to set |filetype| for Puppet files, such as
"vim-puppet":
https://github.com/rodjek/vim-puppet
==============================================================================
SYNTAX CHECKERS FOR PYTHON *syntastic-checkers-python*

View File

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