comparison src/version.c @ 6402:7f48abe500e1 v7.4.532

updated for version 7.4.532 Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 17:29:56 +0100
parents 2c0cddd0df8c
children 18953e121be6
comparison
equal deleted inserted replaced
6401:d0bb00a901d9 6402:7f48abe500e1
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 532,
744 /**/ 746 /**/
745 531, 747 531,
746 /**/ 748 /**/
747 530, 749 530,
748 /**/ 750 /**/