mirror of
https://github.com/neovim/neovim.git
synced 2026-03-11 10:35:32 +10:00
After 87a49405b0, terminal_open() is not
nested by default. The default "term://" handler depended on that, but
it should instead explicitly raise TermOpen.
References #4306