changeset 1429:3372616fe1f1 v7.1.144

updated for version 7.1-144
author vimboss
date Fri, 19 Oct 2007 16:58:12 +0000
parents 912b18745def
children 342cf2a9f5cc
files src/diff.c src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/diff.c
+++ b/src/diff.c
@@ -791,6 +791,9 @@ ex_diffupdate(eap)
     }
     mch_remove(tmp_orig);
 
+    /* force updating cursor position on screen */
+    curwin->w_valid_cursor.lnum = 0;
+
     diff_redraw(TRUE);
 
 theend:
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    144,
+/**/
     143,
 /**/
     142,