diff src/version.c @ 11301:cc8ece2aa389 v8.0.0536

patch 8.0.0536: quickfix window not updated when freeing quickfix stack commit https://github.com/vim/vim/commit/69f40be64555d50f603c6f22722cf762aaa6bbc1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 2 15:15:49 2017 +0200 patch 8.0.0536: quickfix window not updated when freeing quickfix stack Problem: Quickfix window not updated when freeing quickfix stack. Solution: Update the quickfix window. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Apr 2017 15:30:04 +0200
parents 4ae86195f559
children ef32a5c74515
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 */
 /**/
+    536,
+/**/
     535,
 /**/
     534,