diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index 5d16b177..aa9f770a 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -2256,10 +2256,19 @@ Maintainer: LCD 47 "Dennis" is a set of utilities for working with gettext Portable Object (http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) -translation files. See the program's manual for details: +translation files: + + https://github.com/willkg/dennis/ + +See the program's manual for further details: http://dennis.readthedocs.io/en/latest/linting.html +Installation~ + +Install it with "pip": > + pip install dennis +< Checker options~ This checker is initialised using the "makeprgBuild()" function and thus it diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index f23b9e05..b3316729 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.8.0-44' +let g:_SYNTASTIC_VERSION = '3.8.0-45' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1