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:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3571,
|
||||
/**/
|
||||
3570,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user