comparison src/version.c @ 5353:2d3fbc68b3a8 v7.4.029

updated for version 7.4.029 Problem: An error in a pattern is reported twice. Solution: Remove the retry with the backtracking engine, it won't work.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 17:04:01 +0200
parents 923738744a60
children 0978e99043d2
comparison
equal deleted inserted replaced
5352:07b761ad16f9 5353:2d3fbc68b3a8
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 29,
741 /**/ 743 /**/
742 28, 744 28,
743 /**/ 745 /**/
744 27, 746 27,
745 /**/ 747 /**/