mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 04:18:49 +10:00
Problem: Crash when a terminal receives OSC 2 just after closing its
buffer but before terminal job exits.
Solution: Remove FUNC_ATTR_NONNULL_ALL from buf_set_term_title() and
check for NULL.