To: vim_dev@googlegroups.com Subject: Patch 8.2.3571 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3571 Problem: Some unicode control characters are considered printable. Solution: Make 0x2060 - 0x2069 not printable. Files: src/mbyte.c *** ../vim-8.2.3570/src/mbyte.c 2021-10-20 11:01:10.760166755 +0100 --- src/mbyte.c 2021-11-02 20:22:40.750462172 +0000 *************** *** 2609,2615 **** static struct interval nonprint[] = { {0x070f, 0x070f}, {0x180b, 0x180e}, {0x200b, 0x200f}, {0x202a, 0x202e}, ! {0x206a, 0x206f}, {0xd800, 0xdfff}, {0xfeff, 0xfeff}, {0xfff9, 0xfffb}, {0xfffe, 0xffff} }; --- 2609,2615 ---- static struct interval nonprint[] = { {0x070f, 0x070f}, {0x180b, 0x180e}, {0x200b, 0x200f}, {0x202a, 0x202e}, ! {0x2060, 0x206f}, {0xd800, 0xdfff}, {0xfeff, 0xfeff}, {0xfff9, 0xfffb}, {0xfffe, 0xffff} }; *** ../vim-8.2.3570/src/version.c 2021-11-01 22:58:39.561553087 +0000 --- src/version.c 2021-11-02 20:23:51.075411424 +0000 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3571, /**/ -- Facepalm statement #2: "If there is a country without immigrants I'm going to move there" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///