summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-03 18:38:47 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-03 18:38:47 +0100
commite890b9f5dd3ae76e301b2df7f3151366acaba5dc (patch)
treeeebdcea905aa84b23d24dab0e059f48452d8e6da /src
parent1f068233c101ecf5966e6df14853fe68f08175a7 (diff)
patch 8.1.2247: "make vimtags" does not work in runtime/docv8.1.2247
Problem: "make vimtags" does not work in runtime/doc. Solution: Test existence with "which" instead of "test -x". (Ken Takata)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5089d7d8b7..62897987c5 100644
--- 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,