diff src/version.c @ 5120:6e611380b4cf v7.3.1303

updated for version 7.3.1303 Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins. Solution: Only break undo when calling setline() or append().
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Jul 2013 20:25:41 +0200
parents 5569d11ef585
children 46d6318d5b96
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 */
 /**/
+    1303,
+/**/
     1302,
 /**/
     1301,