commit | f89be8de14cc9055d12f7b0f2c270a5bc09fc86c | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sat May 29 12:42:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 12:42:47 2021 +0200 |
tree | f673d4ab8ad1f4f1647f97d91e1cb20caf46da80 | |
parent | 3552e742898cd57adaf9b8ce32a9056271eab8d2 [diff] [blame] |
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 #8281)
diff --git a/src/version.c b/src/version.c index 4b1a7ae..9e3ba0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2899, +/**/ 2898, /**/ 2897,