comparison src/version.c @ 5336:c514693882b9 v7.4.021

updated for version 7.4.021 Problem: NFA regexp: Using \ze in one branch which doesn't match may cause end of another branch to be wrong. (William Fugh) Solution: Set end position if it wasn't set yet.
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 21:15:44 +0200
parents c1ae5baa41f4
children 965044860b7f
comparison
equal deleted inserted replaced
5335:f4b96a5d4a22 5336:c514693882b9
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 21,
741 /**/ 743 /**/
742 20, 744 20,
743 /**/ 745 /**/
744 19, 746 19,
745 /**/ 747 /**/