Fixed typo in VimtexCountWords' help

The command `VimtexCountWords`, `VimtexCountLetters` (and the ! variants) run `texcount -nosub -sum`, not `texcount -nosub -sub`. 
The latter would, incidentally, negate the usage of `-nosub`
This commit is contained in:
Marcus Bauer 2016-10-27 14:41:58 +02:00 committed by Karl Yngve Lervåg
parent 8aed3dc705
commit 6fd1301ec2

View File

@ -1231,7 +1231,7 @@ Commands~
`texcount` through a call on the main project file `texcount` through a call on the main project file
similar to: > similar to: >
texcount -nosub -sub [-letter] -merge FILE texcount -nosub -sum [-letter] -merge FILE
< <
*VimtexCountLetters!* *VimtexCountLetters!*
*VimtexCountWords!* *VimtexCountWords!*
@ -1239,7 +1239,7 @@ Commands~
:VimtexCountWords! show separate reports for included files. I.e. :VimtexCountWords! show separate reports for included files. I.e.
presents the result of > presents the result of >
texcount -nosub -sub [-letter] -inc FILE texcount -nosub -sum [-letter] -inc FILE
< <
*VimtexImapsList* *VimtexImapsList*
*<plug>(vimtex-imaps-list)* *<plug>(vimtex-imaps-list)*