diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-05-23 11:40:51 +0200 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-05-24 11:07:30 +0200 |
| commit | 6dc62c2e2b413a9bbaf0746660c5638936303249 (patch) | |
| tree | 672244415580242c0c98f1df4768afbacc9d38ee /scripts/gen_help_html.lua | |
| parent | 4f431bb632b5285fc0f0d5e6ac0ff21b7c6ef101 (diff) | |
| download | rneovim-6dc62c2e2b413a9bbaf0746660c5638936303249.tar.gz rneovim-6dc62c2e2b413a9bbaf0746660c5638936303249.tar.bz2 rneovim-6dc62c2e2b413a9bbaf0746660c5638936303249.zip | |
docs: extract health to its own file
Diffstat (limited to 'scripts/gen_help_html.lua')
| -rw-r--r-- | scripts/gen_help_html.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index b61f01f124..cdfb85bde6 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -1440,7 +1440,6 @@ function M.test_gen(help_dir) -- Because gen() is slow (~30s), this test is limited to a few files. { 'help.txt', 'index.txt', 'nvim.txt' } ) - eq(3, #rv.helpfiles) eq(0, rv.err_count, 'parse errors in :help docs') eq({}, rv.invalid_links, 'invalid tags in :help docs') end |