From 5413c6475e46be31c00fd71ef1672592ed3f4ecf Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 5 Dec 2024 01:38:44 +0100 Subject: docs: graduate gui.txt to "flow layout" --- scripts/gen_help_html.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/gen_help_html.lua') diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index b8f80e94be..fe74d80e5e 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -70,6 +70,7 @@ local new_layout = { ['dev_vimpatch.txt'] = true, ['editorconfig.txt'] = true, ['faq.txt'] = true, + ['gui.txt'] = true, ['lua.txt'] = true, ['luaref.txt'] = true, ['news.txt'] = true, -- cgit