commit | a46765a79745ff27b4a44659fb8389519c961977 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 20:58:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 20:58:26 2020 +0100 |
tree | 4991ff111e70ee75dca668114ceeec4756299962 | |
parent | 645cd3eb1fae784579fab11feea634bfaff9af49 [diff] [blame] |
patch 8.2.1938: wiping out a terminal buffer makes some tests fail Problem: Wiping out a terminal buffer makes some tests fail. Solution: Do not wipe out the terminal buffer unless wanted.
diff --git a/src/version.c b/src/version.c index 65050b9..3cba214 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1938, +/**/ 1937, /**/ 1936,