Files
neovim/runtime/lua/vim/_core
Ayush Goyal b924afb36b fix(ui2): correct buffer reference in msg:start_timer() (#38600)
Problem:  Mixing "buf" and "M.bufs.msg" in M.msg:start_timer().
          Cannot run `require("vim._core.ui2").enable(nil)`.
Solution: Replace "M.bufs.msg" with "buf". Allow `opts == nil`.

Co-authored-by: Luuk van Baal <luukvbaal@gmail.com>
(cherry picked from commit f50e7d8205)
2026-03-30 17:10:38 +00:00
..
2026-03-24 00:14:55 +01:00
2026-03-28 09:59:54 -04:00
2026-01-23 09:30:37 +01:00
2026-03-28 09:59:54 -04:00