comparison src/version.c @ 6413:01c668384bcc v7.4.537

updated for version 7.4.537 Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 19:14:49 +0100
parents d51d47bd77c2
children 3421b24e419c
comparison
equal deleted inserted replaced
6412:cf7754ebe684 6413:01c668384bcc
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 537,
744 /**/ 746 /**/
745 536, 747 536,
746 /**/ 748 /**/
747 535, 749 535,
748 /**/ 750 /**/