commit | da70cf30ef9c03e5645de0df6f7d44ffb6b31f58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:13:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:13:03 2022 +0100 |
tree | 953696adc6363cff1e11a71d0dad9053a59a029e | |
parent | 48ca24d913105a14cf6d723d45f6b39e7b7b7b77 [diff] [blame] |
patch 9.0.0159: cannot build with small features Problem: Cannot build with small features. Solution: Check for E1170 only with FEAT_EVAL.
diff --git a/src/version.c b/src/version.c index 0a39e5d..813ff63 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 159, +/**/ 158, /**/ 157,