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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202008151149.07FBnqLt286409%40masaka.moolenaar.net.

Raspunde prin e-mail lui