commit | 4cc45a367363f7754dedd280cd7a065b7a220394 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 14:51:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 14:51:02 2020 +0200 |
tree | 540c840202f315ea30b8f09a300832838a8b5987 | |
parent | 5a67c37a554daa7627bdf0c8e7ddd5f1b597f978 [diff] [blame] |
patch 8.2.1276: MS-Windows: system test may fail if more.exe is installed Problem: MS-Windows: system test may fail if more.exe is installed. Solution: Explicitly use more.com. (Taro Muraoka, Ken Takata, closes #6517)
diff --git a/src/version.c b/src/version.c index 3489c45..e0115c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1276, +/**/ 1275, /**/ 1274,