Files
neovim/runtime/lua/vim/treesitter
Sean Dewar 3ec63cdab8 fix(treesitter): run FileType autocmds in the context of <abuf>
Problem: many FileType autocommands assume curbuf is the same as the target
buffer; this can cause &syntax to be restored for the wrong buffer in some cases
when TSHighlighter:destroy is called.

Solution: run nvim_exec_autocmds in the context of the target buffer via
nvim_buf_call.
2025-08-19 20:03:05 +01:00
..
2025-07-04 18:03:41 +01:00
2025-06-06 15:36:48 +01:00
2025-06-06 15:36:48 +01:00