1
0
forked from aniani/vim

patch 8.2.3571: some unicode control characters are considered printable

Problem:    Some unicode control characters are considered printable.
Solution:   Make 0x2060 - 0x2069 not printable.
This commit is contained in:
Bram Moolenaar
2021-11-02 20:24:38 +00:00
parent ec6e63079d
commit e2f66064d1
2 changed files with 3 additions and 1 deletions

View File

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