diff src/version.c @ 5094:08d4c11cdaed v7.3.1290

updated for version 7.3.1290 Problem: CTRL-R = in Insert mode changes the start of the insert position. (Ingo Karkat) Solution: Only break undo, don't start a new insert.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 13:16:23 +0200
parents 1ed945570d47
children a6ddcab6a240
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 */
 /**/
+    1290,
+/**/
     1289,
 /**/
     1288,