neovim

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

commit 20251be15a4ad3f6e7016450ca3338d52b2f0951
parent 99e0facf3a001608287ec6db69b01c77443c7b9d
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon, 30 Sep 2024 00:41:40 +0200

docs: graduate editorconfig.txt to "flow layout"

fix #25401

Diffstat:
Mscripts/gen_help_html.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua @@ -68,6 +68,7 @@ local new_layout = { ['dev_theme.txt'] = true, ['dev_tools.txt'] = true, ['dev_vimpatch.txt'] = true, + ['editorconfig.txt'] = true, ['faq.txt'] = true, ['lua.txt'] = true, ['luaref.txt'] = true,