Files
neovim/test/functional
zeertzjq f6ca9262b8 fix(terminal): handle closing terminal with pending TermRequest (#37227)
Problem:  Destroying a terminal with pending TermRequest leads to
          heap-use-after-free when processing TermRequest afterwards.
Solution: Store the buffer handle instead of the Terminal pointer in the
          pending TermRequest event, and don't emit TermRequest if the
          terminal is already closed.
2026-01-04 22:35:40 +08:00
..
2025-12-30 01:44:52 -05:00
2025-12-08 01:43:02 -05:00
2025-12-15 13:55:15 -05:00