aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-18 01:28:00 -0700
committerGitHub <noreply@github.com>2024-09-18 01:28:00 -0700
commit22553e1f38addd867ad659b2944d00129141a499 (patch)
treedea9664b4a9d0c84aa3caf76c3013e6ef469d63a /scripts
parent83a7d97d64a6186d6c4ec9ff290997a7239cbe76 (diff)
downloadrneovim-22553e1f38addd867ad659b2944d00129141a499.tar.gz
rneovim-22553e1f38addd867ad659b2944d00129141a499.tar.bz2
rneovim-22553e1f38addd867ad659b2944d00129141a499.zip
docs: graduate tui.txt to "flow layout" #30413
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_help_html.lua1
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,
}