commit | d887297ad0164516dd52cdab0308c3626337d124 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jun 27 21:30:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 21:30:14 2021 +0200 |
tree | e98d66e8da8cbe529487ed6d15e800ab33bf25dd | |
parent | 1d1ce613cdc74721499660b1d8911de164e2862d [diff] [blame] |
patch 8.2.3068: Unicode tables are slightly outdated Problem: Unicode tables are slightly outdated. Solution: Update the tables for Unicode release 13. (Christian Brabandt closes #8430)
diff --git a/src/version.c b/src/version.c index c43fd3f..0106bf7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3068, +/**/ 3067, /**/ 3066,