commit | 64922b9014765a41bb09e8612433a2a61918af6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:54:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 19:54:30 2016 +0100 |
tree | 0c6a2f97d496054d42e8af2d4e57116a825a94ba | |
parent | 520e1e41f35b063ede63b41738c82d6636e78c34 [diff] [blame] |
patch 7.4.1155 Problem: Build with normal features fails. Solution: Always deinfe dict_lookup().
diff --git a/src/version.c b/src/version.c index 85410e3..b909693 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1155, +/**/ 1154, /**/ 1153,