check_doc command for generator make.make check_doc, it checks the consistency between the ex-cmd and the help documentation.make check_doc on my PC.https://github.com/vim/vim/pull/16331
(4 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ping @dkearns ?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Looks like a nice addition, thanks @h-east.
You may be aware of this but there's some false positives in the results for the Vim9 commands that cannot be shorted. E.g., the following is wrong on both counts,
Ex-cmd "final" short name differ in index.txt. expect: "fina[l]", but: "final"
Ex-cmd "finally" short name differ in index.txt. expect: "finall[y]", but: "fina[lly]"
and we're also incorrectly generating finall[y] for the syntax definition.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thanks all, I include it then.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@chrisbra Thanks for merging.
@dkearns Thanks for reviewing.
Yes, as you pointed out, the results include false positives (mainly related to shortened command names).
Since this PR has been merged, I will proceed with the corrections to the documentation and scripts.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()