This commit is contained in:
Justin M. Keyes
2018-05-06 21:14:25 +02:00
parent ebb1acb3c0
commit 34b6a3d944
3 changed files with 25 additions and 29 deletions

View File

@@ -120,9 +120,7 @@ bool try_end(Error *err)
// try_enter/try_leave.
trylevel--;
// Without this it stops processing all subsequent VimL commands and
// generates strange error messages if I e.g. try calling Test() in a
// cycle
// Set by emsg(), affects aborting(). See also enter_cleanup().
did_emsg = false;
if (got_int) {