commit | 04e2b4b0c4866586ecce3d1567f9b0bdeeb31f15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:53:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 17:53:07 2016 +0200 |
tree | ea2a92f95586809f98e551d79b8034e0789a6d6a | |
parent | aad30bbcde2b268e2fffb6fd1443f27ebda9d1ff [diff] [blame] |
patch 7.4.1960 Problem: Unicode standard 9 was released. Solution: Update the character property tables. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 28bd659..a810da5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1960, +/**/ 1959, /**/ 1958,