commit | 6dd4a53502fb4ec1b66104eab1805e7254ad9e41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 28 07:56:36 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 28 07:56:36 2017 +0200 |
tree | 5c6f01c84b3afb5381ba5422121f3de79acf1691 | |
parent | b4d6c3ea4a59c6d8d4e0e52120596866f0edd510 [diff] [blame] |
patch 8.0.0605: the quickfix cached buffer may become invalid Problem: The buffer that quickfix caches for performance may become invalid. (Daniel Hahler) Solution: Reset qf_last_bufref in qf_init_ext(). (Daniel Hahler, closes #1728, closes #1676)
diff --git a/src/version.c b/src/version.c index bc80ace..2c5aa06 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 605, +/**/ 604, /**/ 603,