neovim

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

commit 81d2d88f70e054b92a58e1a4125f34a01fcb789e
parent c401999e47a149392de6c7f3ce8f0e2c9e47a14e
Author: Mike J McGuirk <62523234+mikejmcguirk@users.noreply.github.com>
Date:   Wed,  8 Oct 2025 22:34:44 -0400

feat(undotree): set 'filetype' #36091


Diffstat:
Mruntime/pack/dist/opt/nvim.undotree/lua/undotree.lua | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua b/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua @@ -401,6 +401,8 @@ function M.open(opts) end end, }) + + vim.bo[b].filetype = 'nvim-undotree' end return M