Files
neovim/runtime/lua/vim/treesitter
Barrett Ruth 5181984db9 fix(api): nvim_exec_autocmds({buf=x}) runs in buffer context #39061
Problem: `nvim_exec_autocmds({ buf = ... })` matches the target buffer, but callbacks and modelines run with the caller buffer current rather than the target buffer.

Solution: Execute the buffered path in prepared target-buffer context and restore the caller afterward.
2026-05-20 03:48:55 -04:00
..
2026-03-20 23:30:09 +01:00
2026-05-14 13:13:30 -04:00