Files
neovim/test/functional
zeertzjq acc46e1dd7 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:37:20 +08:00
..
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00