comparison src/version.c @ 12912:888441e8fbb0 v8.0.1332

patch 8.0.1332: highlighting in quickfix window could be better commit https://github.com/vim/vim/commit/93a32e2ec4b5a391c5006ca09f196e6510c8c2e9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 23 22:05:45 2017 +0100 patch 8.0.1332: highlighting in quickfix window could be better Problem: Highlighting in quickfix window could be better. (Axel Bender) Solution: Use the qfSeparator highlight item. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Nov 2017 22:15:05 +0100
parents d21adefd4a50
children 32c51eef574e
comparison
equal deleted inserted replaced
12911:e865f9c6bb9e 12912:888441e8fbb0
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1332,
774 /**/ 776 /**/
775 1331, 777 1331,
776 /**/ 778 /**/
777 1330, 779 1330,
778 /**/ 780 /**/