commit | bfd36036700ab2d4c9de48e37f222f4a4dd7b3b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 12:33:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 12:33:13 2019 +0100 |
tree | 9bf95e2b4970aa3beadb12c618ac4389167f9e9f | |
parent | e73f911c53de1c87e39456ba20782f72a0ca8f4f [diff] [blame] |
patch 8.1.1074: Python test doesn't wipe out hidden buffer Problem: Python test doesn't wipe out hidden buffer. Solution: Wipe out the buffer. (Ben Jackson, closes #4189)
diff --git a/src/version.c b/src/version.c index 1921131..01268b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1074, +/**/ 1073, /**/ 1072,