commit | ea56e167c87352f07a77d3661425e336817a7141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 15:15:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 15:15:38 2019 +0100 |
tree | 607a3d9ed5c1d95ede7291b6d2738623da7ea1a5 | |
parent | 5f6b379ff3e34297d171635933f907ec80ed4f05 [diff] [blame] |
patch 8.1.0732: cannot build without the eval feature Problem: Cannot build without the eval feature. Solution: Make a copy of the sourced file name.
diff --git a/src/version.c b/src/version.c index d7c610b..092077f 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 732, +/**/ 731, /**/ 730,