neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4a910a2a4ed659939987c541b84b5668e27133b3
parent 88b45614e945f94bf91629e7078634fad9c80958
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon, 27 Oct 2025 19:00:31 -0400

fix(docs): dev.txt is "new layout"

Diffstat:
Msrc/gen/gen_help_html.lua | 19++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/gen/gen_help_html.lua b/src/gen/gen_help_html.lua @@ -62,7 +62,7 @@ local new_layout = { ['lsp.txt'] = true, ['channel.txt'] = true, ['deprecated.txt'] = true, - ['develop.txt'] = true, + ['dev.txt'] = true, ['dev_style.txt'] = true, ['dev_theme.txt'] = true, ['dev_tools.txt'] = true, @@ -79,6 +79,7 @@ local new_layout = { ['news-0.9.txt'] = true, ['news-0.10.txt'] = true, ['news-0.11.txt'] = true, + ['news-0.12.txt'] = true, ['nvim.txt'] = true, ['pack.txt'] = true, ['provider.txt'] = true, @@ -1415,18 +1416,18 @@ function M.gen(help_dir, to_dir, include, commit, parser_path) .indent( 0, [[ - *%s* Nvim + *%s* Nvim - This document moved to: |%s| + Document moved to: |%s| - ============================================================================== - This document moved to: |%s| + ============================================================================== + Document moved - This document moved to: |%s| + Document moved to: |%s| - ============================================================================== - vim:tw=78:ts=8:ft=help:norl: - ]] + ============================================================================== + vim:tw=78:ts=8:ft=help:norl: + ]] ) :format(redirect_from, helpfile_tag, helpfile_tag, helpfile_tag, helpfile_tag, helpfile_tag) local redirect_to = ('%s/%s'):format(to_dir, get_helppage(redirect_from))