commit | 3b3a9a5609df2cbaef3512032ac47c1779fbc775 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 16:11:47 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 16:11:47 2018 +0100 |
tree | 8dbc878c2a288836438e4b7eef3e0bf7d50985c6 | |
parent | 946acdac5b4e334f816e78f7876bde9d97b3d96a [diff] [blame] |
patch 8.0.1581: cannot build Win32 GUI without +eval Problem: Cannot build Win32 GUI without +eval. Solution: Define HAVE_INPUT_METHOD without +eval. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 9985b4f..002aded 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1581, +/**/ 1580, /**/ 1579,