A complete patch is attached. This patch includes:
- a sorted list of functions for ":help functions";
- addition of functions missing from ":help function-list";
- a new test for checking that lists remain complete and sorted;
- fixes to a few misspellings.
The new test uses the new msg argument to assert_equalfile() to make
the failure messages a little more clear. The function lists have
been updated since my earlier patch to include functions added since
then.
An issue with the new test is that if it fails, an external diff
program is required to produce meaningful output files for
debugging. I looked briefly at writing an internal diff function,
but decided that it was more trouble than it was worth and one more
thing to maintain. Also, now that the major problems with the lists
have been fixed, the test should fail only for a developer who has
added a new function and that person should know where the problem
lies.
The patch was based on Vim 8.2.895.
Regards,
Gary