diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-30 00:41:40 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2024-09-30 00:43:44 +0200 |
commit | 20251be15a4ad3f6e7016450ca3338d52b2f0951 (patch) | |
tree | 9743d91a504642d97b6e51c6f2344fa583da8f10 | |
parent | 99e0facf3a001608287ec6db69b01c77443c7b9d (diff) | |
download | rneovim-20251be15a4ad3f6e7016450ca3338d52b2f0951.tar.gz rneovim-20251be15a4ad3f6e7016450ca3338d52b2f0951.tar.bz2 rneovim-20251be15a4ad3f6e7016450ca3338d52b2f0951.zip |
docs: graduate editorconfig.txt to "flow layout"
fix #25401
-rw-r--r-- | scripts/gen_help_html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, |