mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
fix(docs): dev.txt is "new layout"
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user