comparison 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
comparison
equal deleted inserted replaced
22388:8d9d6be4de03 22389:995f5e061e27
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1743,
753 /**/ 755 /**/
754 1742, 756 1742,
755 /**/ 757 /**/
756 1741, 758 1741,
757 /**/ 759 /**/