comparison src/version.c @ 3736:dc65e6429d2c v7.3.627

updated for version 7.3.627 Problem: When using the "n" flag with the ":s" command a \= substitution will not be evaluated. Solution: Do perform the evaluation, so that a function can be invoked at every matching position without changing the text. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Aug 2012 16:51:15 +0200
parents 956b1ed19282
children 1ed93878d6e2
comparison
equal deleted inserted replaced
3735:9f4d5a5e3ee7 3736:dc65e6429d2c
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 627,
717 /**/ 719 /**/
718 626, 720 626,
719 /**/ 721 /**/
720 625, 722 625,
721 /**/ 723 /**/