mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(runtime): update b:undo_ftplugin in Lua runtime files (#29529)
Related to #29506, but adding vim.treesitter.stop() to b:undo_ftplugin doesn't solve the problem yet.
This commit is contained in:
@@ -11,4 +11,4 @@ if vim.fn.isdirectory('/usr/include') == 1 then
|
||||
]])
|
||||
end
|
||||
|
||||
vim.b.undo_ftplugin = vim.b.undo_ftplugin .. '|setl path<'
|
||||
vim.b.undo_ftplugin = vim.b.undo_ftplugin .. ' | setl path<'
|
||||
|
||||
Reference in New Issue
Block a user