From 20251be15a4ad3f6e7016450ca3338d52b2f0951 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 30 Sep 2024 00:41:40 +0200 Subject: [PATCH] docs: graduate editorconfig.txt to "flow layout" fix #25401 --- scripts/gen_help_html.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 6751fd7ca7..fbe2b922b4 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -68,6 +68,7 @@ local new_layout = { ['dev_theme.txt'] = true, ['dev_tools.txt'] = true, ['dev_vimpatch.txt'] = true, + ['editorconfig.txt'] = true, ['faq.txt'] = true, ['lua.txt'] = true, ['luaref.txt'] = true,