comparison src/version.c @ 14419:cdc4eacdd81d v8.1.0224

patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered commit https://github.com/vim/vim/commit/fdd7155fab3447b38280035c66178330f8f041e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 28 23:12:05 2018 +0200 patch 8.1.0224: hang in bracketed paste mode when t_PE not encountered Problem: Hang in bracketed paste mode when t_PE not encountered. Solution: Break out of the loop when got_int is set. (suggested by Christian Brabandt, closes #3146)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jul 2018 23:15:05 +0200
parents 5d9b450e7827
children 06316dbd66bc
comparison
equal deleted inserted replaced
14418:d221232f4578 14419:cdc4eacdd81d
796 NULL 796 NULL
797 }; 797 };
798 798
799 static int included_patches[] = 799 static int included_patches[] =
800 { /* Add new patch number below this line */ 800 { /* Add new patch number below this line */
801 /**/
802 224,
801 /**/ 803 /**/
802 223, 804 223,
803 /**/ 805 /**/
804 222, 806 222,
805 /**/ 807 /**/