Manual: add links to "vim-puppet".
This commit is contained in:
parent
741cc17b2f
commit
0d25f4fb42
@ -5023,6 +5023,13 @@ Checker options~
|
|||||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||||
accepts the standard options described at |syntastic-config-makeprg|.
|
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*
|
2. puppet-lint *syntastic-puppet-puppetlint*
|
||||||
|
|
||||||
@ -5040,6 +5047,13 @@ Checker options~
|
|||||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||||
accepts the standard options described at |syntastic-config-makeprg|.
|
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*
|
SYNTAX CHECKERS FOR PYTHON *syntastic-checkers-python*
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.9.0-20'
|
let g:_SYNTASTIC_VERSION = '3.9.0-23'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
Reference in New Issue
Block a user