commit | e890b9f5dd3ae76e301b2df7f3151366acaba5dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 18:38:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 18:38:47 2019 +0100 |
tree | eebdcea905aa84b23d24dab0e059f48452d8e6da | |
parent | 1f068233c101ecf5966e6df14853fe68f08175a7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5089d7d..6289798 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2247, +/**/ 2246, /**/ 2245,