To: vim_dev@googlegroups.com Subject: Patch 8.2.1457 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///