comparison src/version.c @ 5504:ec5d11403c19 v7.4.101

updated for version 7.4.101 Problem: Using \1 in pattern goes one line too far. (Bohr Shaw, John Little) Solution: Only advance the match end for the matched characters in the last line.
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 17:13:00 +0100
parents 5ad60cd88339
children 9417f4de27a2
comparison
equal deleted inserted replaced
5503:da865dd50ddc 5504:ec5d11403c19
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 101,
741 /**/ 743 /**/
742 100, 744 100,
743 /**/ 745 /**/
744 99, 746 99,
745 /**/ 747 /**/