diff src/version.c @ 11541:3bc4fb330d07 v8.0.0653

patch 8.0.0653: the default highlight for QuickFixLine is not good commit https://github.com/vim/vim/commit/c768a208ca8e0e0fec900c18d5d9a593357ad793 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 16:04:27 2017 +0200 patch 8.0.0653: the default highlight for QuickFixLine is not good Problem: The default highlight for QuickFixLine does not work for several color schemes. (Manas Thakur) Solution: Make the default use the old color. (closes #1780)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 16:15:03 +0200
parents f7ba69508fd5
children 57c452316da1
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 */
 /**/
+    653,
+/**/
     652,
 /**/
     651,