1
0
forked from aniani/vim

patch 9.0.0051: using CTRL-C wih :append may hang Vim

Problem:    Using CTRL-C wih :append may hang Vim.
Solution:   Reset got_int. (closes #10729, closes #10728)
This commit is contained in:
zeertzjq
2022-07-14 17:06:12 +01:00
committed by Bram Moolenaar
parent b26592a84c
commit f754fe6a3d
3 changed files with 27 additions and 0 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
51,
/**/
50,
/**/