diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-05-16 01:53:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 01:53:33 -0700 |
commit | 668b5fc155af0289c21eabb304c711634472dea8 (patch) | |
tree | 95afd4183d49fc0250b53ccc6e5b18cf5354a76a /scripts | |
parent | 174da7fe687bd3bf2f6874620e708db24160c4d7 (diff) | |
download | rneovim-668b5fc155af0289c21eabb304c711634472dea8.tar.gz rneovim-668b5fc155af0289c21eabb304c711634472dea8.tar.bz2 rneovim-668b5fc155af0289c21eabb304c711634472dea8.zip |
docs: nvim.appdata.xml, set faq to "flow" layout #28769
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 7432f5ecc4..9f8b0f18ca 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -67,6 +67,7 @@ local new_layout = { ['dev_theme.txt'] = true, ['dev_tools.txt'] = true, ['dev_vimpatch.txt'] = true, + ['faq.txt'] = true, ['lua.txt'] = true, ['luaref.txt'] = true, ['news.txt'] = true, |