comparison src/version.c @ 24721:8a3659f78064 v8.2.2899

patch 8.2.2899: Appveyor script does not detect nmake failure Commit: https://github.com/vim/vim/commit/f89be8de14cc9055d12f7b0f2c270a5bc09fc86c Author: K.Takata <kentkt@csc.jp> Date: Sat May 29 12:42:47 2021 +0200 patch 8.2.2899: Appveyor script does not detect nmake failure Problem: Appveyor script does not detect nmake failure. Solution: Explicitly check for executable. (Ken Takata, closes https://github.com/vim/vim/issues/8281)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 May 2021 12:45:02 +0200
parents 4ae10e6c3a9c
children 5194fba32954
comparison
equal deleted inserted replaced
24720:d9eba0e42630 24721:8a3659f78064
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2899,
753 /**/ 755 /**/
754 2898, 756 2898,
755 /**/ 757 /**/
756 2897, 758 2897,
757 /**/ 759 /**/