Patch 8.2.1457

3 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 15, 2020, 7:50:03 AM8/15/20
to vim...@googlegroups.com

Patch 8.2.1457
Problem: Vim9: the output of :disassemble cannot be interrupted.
Solution: Check got_int. (closes #6715)
Files: src/vim9execute.c


*** ../vim-8.2.1456/src/vim9execute.c 2020-08-14 22:16:29.586423086 +0200
--- src/vim9execute.c 2020-08-15 13:46:51.246060879 +0200
***************
*** 3182,3187 ****
--- 3182,3192 ----
break;
case ISN_DROP: smsg("%4d DROP", current); break;
}
+
+ out_flush(); // output one line at a time
+ ui_breakcheck();
+ if (got_int)
+ break;
}
}

*** ../vim-8.2.1456/src/version.c 2020-08-14 23:08:19.202633295 +0200
--- src/version.c 2020-08-15 13:48:56.409146151 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1457,
/**/

--
hundred-and-one symptoms of being an internet addict:
206. You religiously respond immediately to e-mail, while ignoring
your growing pile of snail mail.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages