commit | 9ba6117de6dc2993f8b42ccb9754c23694db2950 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 18:20:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 18:20:17 2019 +0100 |
tree | 1867b9c62e67ea48be78ad1d61e95e7fc0789a96 | |
parent | 30276f2beb248557c6b33cd5418bca8b7084b0a5 [diff] [blame] |
patch 8.1.0812: Unicode 16 feature is not useful Problem: Unicode 16 feature is not useful and cannot be detected. Solution: Remove UNICODE16.
diff --git a/src/version.c b/src/version.c index c472ece..1114641 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 812, +/**/ 811, /**/ 810,