Manual: add more details for the "dennis" checker.

This commit is contained in:
LCD 47 2017-04-24 18:41:07 +03:00
parent 584fe056b4
commit 2c5c0f056e
2 changed files with 11 additions and 2 deletions

View File

@ -2256,10 +2256,19 @@ Maintainer: LCD 47 <lcd047@gmail.com>
"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

View File

@ -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