comparison src/version.c @ 4883:fefd8d33a7ea v7.3.1187

updated for version 7.3.1187 Problem: "s:" is recognized but "<SID>" is not. (ZyX) Solution: Translate "<SID>" like "s:".
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Jun 2013 21:24:06 +0200
parents 7b8991e084f9
children 6f7ed9b799a3
comparison
equal deleted inserted replaced
4882:a15a4a226a23 4883:fefd8d33a7ea
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 1187,
731 /**/ 733 /**/
732 1186, 734 1186,
733 /**/ 735 /**/
734 1185, 736 1185,
735 /**/ 737 /**/