Merge pull request #16830 from kuuote/vim-8.2.3571

This commit is contained in:
zeertzjq 2022-01-28 12:21:15 +08:00 committed by GitHub
commit 530c65b17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1067,7 +1067,7 @@ bool utf_printable(int c)
static struct interval nonprint[] = static struct interval nonprint[] =
{ {
{ 0x070f, 0x070f }, { 0x180b, 0x180e }, { 0x200b, 0x200f }, { 0x202a, 0x202e }, { 0x070f, 0x070f }, { 0x180b, 0x180e }, { 0x200b, 0x200f }, { 0x202a, 0x202e },
{ 0x206a, 0x206f }, { 0xd800, 0xdfff }, { 0xfeff, 0xfeff }, { 0xfff9, 0xfffb }, { 0x2060, 0x206f }, { 0xd800, 0xdfff }, { 0xfeff, 0xfeff }, { 0xfff9, 0xfffb },
{ 0xfffe, 0xffff } { 0xfffe, 0xffff }
}; };