comparison src/version.c @ 6723:eefee03a37fe v7.4.685

updated for version 7.4.685 Problem: When there are illegal utf-8 characters the old regexp engine may go past the end of a string. Solution: Only advance to the end of the string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 14:17:31 +0200
parents 7347229a646a
children bc62d1988bf2
comparison
equal deleted inserted replaced
6722:81f0b85eb236 6723:eefee03a37fe
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 685,
744 /**/ 746 /**/
745 684, 747 684,
746 /**/ 748 /**/
747 683, 749 683,
748 /**/ 750 /**/