mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 19:37:21 +00:00
This condition is not perfectly reliable:
(did_emsg && force_abort && !current_exception)
The more proper way to check for abort-causing non-exception errors is
to set up `msg_list` using the "pattern" given by do_cmdline().