comparison 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
comparison
equal deleted inserted replaced
18505:81ee9de74877 18506:b065181f0408
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2247,
744 /**/ 746 /**/
745 2246, 747 2246,
746 /**/ 748 /**/
747 2245, 749 2245,
748 /**/ 750 /**/