diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-08 17:49:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 17:49:09 +0200 |
commit | 93117b358778487d85665035b6a95976eee70d9c (patch) | |
tree | 5d5c90eac04faee27eb25b463ce485e797f131e1 /scripts/gen_help_html.lua | |
parent | b05e10ef7265c257be79e6888cbf87bb6ba86845 (diff) | |
download | rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.gz rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.bz2 rneovim-93117b358778487d85665035b6a95976eee70d9c.zip |
docs(news): add news.txt and link from README (#20426)
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 15269ce175..540caa2ae3 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -44,6 +44,7 @@ local new_layout = { ['channel.txt'] = true, ['develop.txt'] = true, ['luaref.txt'] = true, + ['news.txt'] = true, ['nvim.txt'] = true, ['pi_health.txt'] = true, ['provider.txt'] = true, |