diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-12-05 01:38:44 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2024-12-05 01:38:44 +0100 |
commit | 5413c6475e46be31c00fd71ef1672592ed3f4ecf (patch) | |
tree | 57f716201fae6acd4b8863bd3d8eb1885c367201 /scripts | |
parent | 6586645d78711b1e40909136de64ee69fd4e274e (diff) | |
download | rneovim-5413c6475e46be31c00fd71ef1672592ed3f4ecf.tar.gz rneovim-5413c6475e46be31c00fd71ef1672592ed3f4ecf.tar.bz2 rneovim-5413c6475e46be31c00fd71ef1672592ed3f4ecf.zip |
docs: graduate gui.txt to "flow layout"
Diffstat (limited to 'scripts')
-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 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, |