commit | 39803d82dbb215d2eea9fcd6cf2961b71515a438 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 07 12:04:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 07 12:04:51 2019 +0200 |
tree | 280abaf998686e393c45a11eaebeefcc30c15681 | |
parent | 08499f5a4d24cb7298b9730a22b2f84f2207c4d0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9f62232..4ffd63b 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,