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:
parent
8aed3dc705
commit
6fd1301ec2
@ -1231,7 +1231,7 @@ Commands~
|
||||
`texcount` through a call on the main project file
|
||||
similar to: >
|
||||
|
||||
texcount -nosub -sub [-letter] -merge FILE
|
||||
texcount -nosub -sum [-letter] -merge FILE
|
||||
<
|
||||
*VimtexCountLetters!*
|
||||
*VimtexCountWords!*
|
||||
@ -1239,7 +1239,7 @@ Commands~
|
||||
:VimtexCountWords! show separate reports for included files. I.e.
|
||||
presents the result of >
|
||||
|
||||
texcount -nosub -sub [-letter] -inc FILE
|
||||
texcount -nosub -sum [-letter] -inc FILE
|
||||
<
|
||||
*VimtexImapsList*
|
||||
*<plug>(vimtex-imaps-list)*
|
||||
|
Loading…
Reference in New Issue
Block a user