commit | 9e40c4b15ebfbc84947a3f34b1bd53e397b57f51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 20:15:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 20:15:08 2020 +0100 |
tree | d40f331175818b69219e5327e3f297707dc76d4f | |
parent | f637bceb6135139dc1891a15de8fa134c2ca2d97 [diff] [blame] |
patch 8.2.2036: buffer messed up if creating the quickfix window fails Problem: Current buffer is messed up if creating a new buffer for the quickfix window fails. Solution: Check that creating the buffer succeeds. (closes #7352)
diff --git a/src/version.c b/src/version.c index ca81643..3f79d3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2036, +/**/ 2035, /**/ 2034,