diff src/version.c @ 16138:402b714cb919 v8.1.1074

patch 8.1.1074: Python test doesn't wipe out hidden buffer commit https://github.com/vim/vim/commit/bfd36036700ab2d4c9de48e37f222f4a4dd7b3b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 12:33:13 2019 +0100 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 https://github.com/vim/vim/issues/4189)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 12:45:05 +0100
parents 5a2033905f19
children ab815ed87969
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -776,6 +776,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1074,
+/**/
     1073,
 /**/
     1072,