From 6dc62c2e2b413a9bbaf0746660c5638936303249 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 23 May 2024 11:40:51 +0200 Subject: docs: extract health to its own file --- scripts/gen_help_html.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/gen_help_html.lua') 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 -- cgit