diff src/version.c @ 16259:1f18984498e1 v8.1.1134

patch 8.1.1134: buffer for quickfix window is reused for another file commit https://github.com/vim/vim/commit/39803d82dbb215d2eea9fcd6cf2961b71515a438 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 7 12:04:51 2019 +0200 patch 8.1.1134: buffer for quickfix window is reused for another file Problem: Buffer for quickfix window is reused for another file. Solution: Don't reuse the quickfx buffer. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Apr 2019 12:15:04 +0200
parents 7ae072701f6a
children 2001ef982570
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1134,
+/**/
     1133,
 /**/
     1132,