Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 0d25f4f

Browse files
committed
Manual: add links to "vim-puppet".
1 parent 741cc17 commit 0d25f4f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/syntastic-checkers.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5023,6 +5023,13 @@ Checker options~
50235023
This checker is initialised using the "makeprgBuild()" function and thus it
50245024
accepts the standard options described at |syntastic-config-makeprg|.
50255025

5026+
Note~
5027+
5028+
You probably also need a plugin to set |filetype| for Puppet files, such as
5029+
"vim-puppet":
5030+
5031+
https://github.com/rodjek/vim-puppet
5032+
50265033
------------------------------------------------------------------------------
50275034
2. puppet-lint *syntastic-puppet-puppetlint*
50285035

@@ -5040,6 +5047,13 @@ Checker options~
50405047
This checker is initialised using the "makeprgBuild()" function and thus it
50415048
accepts the standard options described at |syntastic-config-makeprg|.
50425049

5050+
Note~
5051+
5052+
You probably also need a plugin to set |filetype| for Puppet files, such as
5053+
"vim-puppet":
5054+
5055+
https://github.com/rodjek/vim-puppet
5056+
50435057
==============================================================================
50445058
SYNTAX CHECKERS FOR PYTHON *syntastic-checkers-python*
50455059

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.9.0-20'
22+
let g:_SYNTASTIC_VERSION = '3.9.0-23'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

0 commit comments

Comments
 (0)