commit | f9b89b467965802b8d14251c0dd944343796edcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 20:08:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 20:08:55 2019 +0200 |
tree | a71221b79ff4a05a70b68210bed1885df21182f4 | |
parent | d489c9801b3aaf284d42643507bbfb9ce3bc0f2f [diff] [blame] |
patch 8.1.1157: Unicode tables are out of date Problem: Unicode tables are out of date. Solution: Update to Unicode 12. (Christian Brabandt, closes #4240)
diff --git a/src/version.c b/src/version.c index 334a7ec..4daa41e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1157, +/**/ 1156, /**/ 1155,