comparison src/version.c @ 4615:5679b8ddd8cc v7.3.1055

updated for version 7.3.1055 Problem: Negated collection does not match newline. Solution: Handle newline differently. (Hiroshi Shirosaki)
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 11:51:08 +0200
parents 219b2fcad60d
children 21a99611149b
comparison
equal deleted inserted replaced
4614:560c247794b8 4615:5679b8ddd8cc
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1055,
731 /**/ 733 /**/
732 1054, 734 1054,
733 /**/ 735 /**/
734 1053, 736 1053,
735 /**/ 737 /**/