Files
neovim/test
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-05-13 13:14:07 +01:00
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00
2026-05-13 13:14:07 +01:00