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

Commit

Permalink
Manual: add links to "vim-puppet".
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Nov 24, 2018
1 parent 741cc17 commit 0d25f4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/syntastic-checkers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand All @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d25f4f

Please sign in to comment.