]> granicus.if.org Git - vim/commit
patch 8.2.3571: some unicode control characters are considered printable v8.2.3571
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Nov 2021 20:24:38 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Nov 2021 20:24:38 +0000 (20:24 +0000)
commite2f66064d1c643f0cf12c4791de04bb123705a0c
treeb16e602889c88932c705062e329d3cd027d40390
parentec6e63079dde24a1d74b4103775e74d00f9215ec
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.
src/mbyte.c
src/version.c