1
0
forked from aniani/vim

patch 9.0.0575: the getchar() function behaves strangely with bracketed paste

Problem:    The getchar() function behaves strangely with bracketed paste.
Solution:   Do not handle paste-start in getchar(). (issue #11172)
This commit is contained in:
Bram Moolenaar
2022-09-24 15:36:35 +01:00
parent 140f6d0eda
commit 78aed95c8d
2 changed files with 21 additions and 5 deletions

View File

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