1
0
forked from aniani/vim

patch 9.0.1223: cannot use setcellwidths() below 0x100

Problem:    Cannot use setcellwidths() below 0x100.
Solution:   Also accept characters between 0x80 and 0x100. (Ken Takata,
            closes #11834)
This commit is contained in:
K.Takata
2023-01-20 16:00:55 +00:00
committed by Bram Moolenaar
parent e446a017ff
commit 7193323b77
5 changed files with 54 additions and 12 deletions

View File

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