commit | e7808481507b9e11ae73c8f865e95eb2d20f6cc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 13:17:23 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 13:17:23 2018 +0100 |
tree | 91446665f6f612fb303726bbb87455b50330042d | |
parent | 16896a10199572ff05149786868ff402aa8e31ea [diff] [blame] |
patch 8.0.1577: virtual replace test fails on MS-Windows Problem: Virtual replace test fails on MS-Windows. Solution: Make adding a termcap entry work for a builtin terminal. Restore terminal keys in a better way.
diff --git a/src/version.c b/src/version.c index 65b5d2d..8cc867f 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1577, +/**/ 1576, /**/ 1575,