commit | 0afdcf8601792ee751984265b49fc2ca6f8ea858 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 18:29:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 18:29:10 2020 +0200 |
tree | 06797606a4501b990b5b2825b013d0dd7c08305f | |
parent | 25b70c780a7e6063544e7f93c368fe403076f34e [diff] [blame] |
patch 8.2.0490: Win32: VTP doesn't respect 'restorescreen' Problem: Win32: VTP doesn't respect 'restorescreen'. Solution: Use escape codes to switch to alternate screen. (Nobuhiro Takasaki, closes #5872)
diff --git a/src/version.c b/src/version.c index 43f9e59..0353720 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 490, +/**/ 489, /**/ 488,