commit | b6f1480a6a8b1a6fa4d5da97aeb5f4755b71eb91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 18:47:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 18:47:43 2018 +0200 |
tree | 815769446d2929423274dcc88c7c5d5ebbec0e40 | |
parent | 9f84ded38b62c82a4ee57b54f403b1b185ed8170 [diff] [blame] |
patch 8.1.0489: crash when autocmd clears vimpgrep location list Problem: Crash when autocmd clears vimpgrep location list. Solution: Return from qf_jump_edit_buffer() early. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 7618740..01dfc13 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 489, +/**/ 488, /**/ 487,