commit | 66312acf145f9d09fbc0dfa5caeafb715d5fd9ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 14:22:00 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 14:22:00 2015 +0200 |
tree | f92b6f9c7890710c66fce6040caebdeabf132b7c | |
parent | 70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 [diff] [blame] |
patch 7.4.752 Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
diff --git a/src/version.c b/src/version.c index bfdf8b8..5a7e5ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750,