diff src/version.c @ 18506:b065181f0408 v8.1.2247

patch 8.1.2247: "make vimtags" does not work in runtime/doc Commit: https://github.com/vim/vim/commit/e890b9f5dd3ae76e301b2df7f3151366acaba5dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 3 18:38:47 2019 +0100 patch 8.1.2247: "make vimtags" does not work in runtime/doc Problem: "make vimtags" does not work in runtime/doc. Solution: Test existence with "which" instead of "test -x". (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 18:45:03 +0100
parents ece46bd3c9af
children 3cd689e9eb7f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2247,
+/**/
     2246,
 /**/
     2245,