commit | 273af497cac345897cf6369baa87a070876a5815 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 23:49:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 23:49:01 2020 +0200 |
tree | 283b9d233421eb78b41e0afa82e1dcfd6de79bb2 | |
parent | 7e9210ea5320e0c3fd9fd93e3f3f1a59e029cf46 [diff] [blame] |
patch 8.2.1743: cannot build without the eval feature Problem: Cannot build without the eval feature. Solution: Move shorten_dir outside of #ifdef.
diff --git a/src/version.c b/src/version.c index 4983b1b..282c04e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1743, +/**/ 1742, /**/ 1741,