commit | fa06a517b5d5e37f40ab7c884bd334f089988fac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 22:46:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 22:46:58 2016 +0100 |
tree | bb2ebd5961a55c2d39f684f23c13bbc8e9f7a125 | |
parent | 298b440930ecece38d6ea0505a3e582dc817e79b [diff] [blame] |
patch 7.4.1192 Problem: Can't build with FEAT_EVAL but without FEAT_MBYTE. (John Marriott) Solution: Add #ifdef for FEAT_MBYTE.
diff --git a/src/version.c b/src/version.c index e464a42..d9b9eba 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1192, +/**/ 1191, /**/ 1190,