commit | 2690b5aed8b6b6070430b05dcae296cd9479c942 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 18:14:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 18:14:58 2020 +0200 |
tree | a46bd609532e4be16d3def7e6ff1d483c30fa31d | |
parent | bc6fcbe4ce52bc48c3d77b24086acc61ed3333bc [diff] [blame] |
patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT value Problem: MS-Windows: tests may fail due to $PROMPT value. Solution: Set $PROMPT for testing. (Taro Muraoka, closes #6510)
diff --git a/src/version.c b/src/version.c index 3847ec9..e4e7024 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1267, +/**/ 1266, /**/ 1265,