commit | e2f66064d1c643f0cf12c4791de04bb123705a0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 02 20:24:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 02 20:24:38 2021 +0000 |
tree | b16e602889c88932c705062e329d3cd027d40390 | |
parent | ec6e63079dde24a1d74b4103775e74d00f9215ec [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2f19980..43e8615 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3571, +/**/ 3570, /**/ 3569,