diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-18 01:28:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 01:28:00 -0700 |
commit | 22553e1f38addd867ad659b2944d00129141a499 (patch) | |
tree | dea9664b4a9d0c84aa3caf76c3013e6ef469d63a /scripts/gen_help_html.lua | |
parent | 83a7d97d64a6186d6c4ec9ff290997a7239cbe76 (diff) | |
download | rneovim-22553e1f38addd867ad659b2944d00129141a499.tar.gz rneovim-22553e1f38addd867ad659b2944d00129141a499.tar.bz2 rneovim-22553e1f38addd867ad659b2944d00129141a499.zip |
docs: graduate tui.txt to "flow layout" #30413
Diffstat (limited to 'scripts/gen_help_html.lua')
-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 51048c9803..f088f706d6 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -76,6 +76,7 @@ local new_layout = { ['news-0.10.txt'] = true, ['nvim.txt'] = true, ['provider.txt'] = true, + ['tui.txt'] = true, ['ui.txt'] = true, ['vim_diff.txt'] = true, } |