1
0
forked from aniani/vim

patch 8.2.1963: crash when using a popup window with "latin1" encoding

Problem:    Crash when using a popup window with "latin1" encoding.
Solution:   Don't use ScreenLinesUC when enc_utf8 is false. (closes #7241)
This commit is contained in:
Bram Moolenaar
2020-11-06 17:58:35 +01:00
parent 32e5ec0b01
commit 927495b1fe
4 changed files with 42 additions and 5 deletions

View File

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