diff src/version.c @ 11443:30b3775addb2 v8.0.0605

patch 8.0.0605: the quickfix cached buffer may become invalid commit https://github.com/vim/vim/commit/6dd4a53502fb4ec1b66104eab1805e7254ad9e41 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 28 07:56:36 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 28 May 2017 08:00:03 +0200
parents f9f2e9aa884c
children 461ac47c3793
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    605,
+/**/
     604,
 /**/
     603,