Files
neovim/runtime/lua/vim
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-18 10:45:21 -04:00
2026-04-30 07:26:40 -04:00
2026-05-10 11:03:15 -04:00
2026-05-18 11:20:18 +02:00
2026-01-09 10:07:15 +01:00
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00
2026-05-14 13:13:30 -04:00
2026-05-18 11:20:18 +02:00