diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-21 14:22:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-21 14:22:00 +0200 |
commit | 66312acf145f9d09fbc0dfa5caeafb715d5fd9ed (patch) | |
tree | f92b6f9c7890710c66fce6040caebdeabf132b7c /src/version.c | |
parent | 70b5a5f5b9beb2c5d7ccb3518c474c432f31ad91 (diff) | |
download | vim-git-66312acf145f9d09fbc0dfa5caeafb715d5fd9ed.tar.gz |
patch 7.4.752v7.4.752
Problem: Unicode 8.0 not supported.
Solution: Update tables for Unicode 8.0. Avoid E36 when running the script.
(James McCoy)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index bfdf8b834..5a7e5ba38 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750, |