diff src/version.c @ 22389:995f5e061e27 v8.2.1743

patch 8.2.1743: cannot build without the eval feature Commit: https://github.com/vim/vim/commit/273af497cac345897cf6369baa87a070876a5815 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 23:49:01 2020 +0200 patch 8.2.1743: cannot build without the eval feature Problem: Cannot build without the eval feature. Solution: Move shorten_dir outside of #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Sep 2020 00:00:04 +0200
parents 36f13f35bd78
children a9fb7efa31d6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1743,
+/**/
     1742,
 /**/
     1741,