commit | 4ee40b051545c3749d9d215f3500977792d6db72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 16:13:53 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 16:13:53 2014 +0200 |
tree | 2c425be0819a355bf63af9fbf6e6a53350413c2a | |
parent | b4b43bb572ca4c6fab846515274913bdb5ee2aed [diff] [blame] |
updated for version 7.4.448 Problem: Using ETO_IGNORELANGUAGE causes problems. Solution: Remove this flag. (Paul Moore)
diff --git a/src/version.c b/src/version.c index 4950539..7007e88 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 448, +/**/ 447, /**/ 446,