diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-04-30 09:37:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 09:37:45 -0700 |
commit | cb24a3907c8d24a898d99042f0f16c8919a2e7ab (patch) | |
tree | d17f67a300013427b16443b6ca3be68e8a19d7e0 /scripts/gen_help_html.lua | |
parent | dafa51c16d9bdaec5011b591b0ce8dff287624b7 (diff) | |
download | rneovim-cb24a3907c8d24a898d99042f0f16c8919a2e7ab.tar.gz rneovim-cb24a3907c8d24a898d99042f0f16c8919a2e7ab.tar.bz2 rneovim-cb24a3907c8d24a898d99042f0f16c8919a2e7ab.zip |
docs: format vim_diff.txt for "flow" layout #28584
Diffstat (limited to 'scripts/gen_help_html.lua')
-rw-r--r-- | scripts/gen_help_html.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 43040151eb..8a5afad337 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -66,10 +66,12 @@ local new_layout = { ['lua.txt'] = true, ['luaref.txt'] = true, ['news.txt'] = true, + ['news-0.9.txt'] = true, ['nvim.txt'] = true, ['pi_health.txt'] = true, ['provider.txt'] = true, ['ui.txt'] = true, + ['vim_diff.txt'] = true, } -- TODO: These known invalid |links| require an update to the relevant docs. |