]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-144 v7.1.144
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Oct 2007 16:58:12 +0000 (16:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Oct 2007 16:58:12 +0000 (16:58 +0000)
src/diff.c
src/version.c

index bdbda089342a12b0538e573c0108d70be4916c9f..9028d20c153f89418187d61b308a004faa36a790 100644 (file)
@@ -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:
index fa09a1059d9f1844deb6a7aa09ba24f67132c316..490a0f63d6be2ba92e16dc68cbae38a7ca0f867e 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    144,
 /**/
     143,
 /**/