diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1187,
+/**/
     1186,
 /**/
     1185,