comparison src/version.c @ 5820:4901a36479f2 v7.4.253

updated for version 7.4.253 Problem: Crash when using cpp syntax file with pattern using external match. (Havard Garnes) Solution: Discard match when end column is before start column.
author Bram Moolenaar <bram@vim.org>
date Sun, 06 Apr 2014 21:34:04 +0200
parents a43a8262e1ce
children 251acc686ca4
comparison
equal deleted inserted replaced
5819:33629aae4090 5820:4901a36479f2
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 253,
737 /**/ 739 /**/
738 252, 740 252,
739 /**/ 741 /**/
740 251, 742 251,
741 /**/ 743 /**/