commit | 13d216d30224f12ed5bfed71216a80715b32aeff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 19:21:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 19:21:11 2016 +0200 |
tree | 4bab562ee4204e44668b467eb5b92c0491ab4c36 | |
parent | dc1f1645cb495fa6bfbe216d7359f23539a0e25d [diff] [blame] |
patch 7.4.2218 Problem: Can't build with +timers when +digraph is not included. Solution: Change #ifdef for e_number_exp. (Damien)
diff --git a/src/version.c b/src/version.c index fc9a880..bae2153 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2218, +/**/ 2217, /**/ 2216,