mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(tui): more work in the TUI
This commit is contained in:
@@ -1931,9 +1931,11 @@ static char *do_one_cmd(char **cmdlinep, int flags, cstack_T *cstack, LineGetter
|
||||
|
||||
profile_cmd(&ea, cstack, fgetline, cookie);
|
||||
|
||||
// May go to debug mode. If this happens and the ">quit" debug command is
|
||||
// used, throw an interrupt exception and skip the next command.
|
||||
dbg_check_breakpoint(&ea);
|
||||
if (!exiting) {
|
||||
// May go to debug mode. If this happens and the ">quit" debug command is
|
||||
// used, throw an interrupt exception and skip the next command.
|
||||
dbg_check_breakpoint(&ea);
|
||||
}
|
||||
if (!ea.skip && got_int) {
|
||||
ea.skip = true;
|
||||
(void)do_intthrow(cstack);
|
||||
|
Reference in New Issue
Block a user