From e890b9f5dd3ae76e301b2df7f3151366acaba5dc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 3 Nov 2019 18:38:47 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 5089d7d8b7..62897987c5 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2247, /**/ 2246, /**/ -- cgit v1.2.3