diff src/version.c @ 4448:ba53304245f0 v7.3.972

updated for version 7.3.972 Problem: Cursor not restored after InsertEnter autocommand if it moved to another line. Solution: Also restore if the saved line number is still valid. Allow setting v:char to skip restoring.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 May 2013 21:15:15 +0200
parents 8d6bb2338a58
children 09e1e574a52d
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 */
 /**/
+    972,
+/**/
     971,
 /**/
     970,