commit | ee8188fc74a7cf9ee7acb634b2bb7a032d0cb24c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 05 21:23:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 05 21:23:04 2019 +0100 |
tree | ea35e86c1df1da9e7a3594c49c96ed7947289c35 | |
parent | 2a78b7c70471527d83adef6b147dbfb6c9f838f7 [diff] [blame] |
patch 8.1.0877: new buffer used every time the quickfix window is opened Problem: New buffer used every time the quickfix window is opened. Solution: Reuse the buffer. (Yegappan Lakshmanan, closes #3902)
diff --git a/src/version.c b/src/version.c index dbf0cab..3ad7869 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 877, +/**/ 876, /**/ 875,