This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5023,6 +5023,13 @@ Checker options~
50235023This checker is initialised using the "makeprgBuild()" function and thus it
50245024accepts 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------------------------------------------------------------------------------
502750342. puppet-lint *syntastic-puppet-puppetlint*
50285035
@@ -5040,6 +5047,13 @@ Checker options~
50405047This checker is initialised using the "makeprgBuild()" function and thus it
50415048accepts 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==============================================================================
50445058SYNTAX CHECKERS FOR PYTHON *syntastic-checkers-python*
50455059
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if has('reltime')
1919 lockvar ! g: _SYNTASTIC_START
2020endif
2121
22- let g: _SYNTASTIC_VERSION = ' 3.9.0-20 '
22+ let g: _SYNTASTIC_VERSION = ' 3.9.0-23 '
2323lockvar g: _SYNTASTIC_VERSION
2424
2525" Sanity checks {{{1
You can’t perform that action at this time.
0 commit comments