commit | 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:53:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:53:06 2016 +0100 |
tree | 749102898ea3fa9cf7511137ab0b07814bf9b10d | |
parent | 13d5aeef56e3140a8eb8f40c7062aa1c5700f76e [diff] [blame] |
patch 7.4.1152 Problem: Langmap test fails with normal build. Solution: Check for +langmap feature.
diff --git a/src/version.c b/src/version.c index 83540a4..34cfad4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1152, +/**/ 1151, /**/ 1150,