From: Bram Moolenaar Date: Fri, 19 Oct 2007 16:58:12 +0000 (+0000) Subject: updated for version 7.1-144 X-Git-Tag: v7.1.144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60a44dcb28dbbc790cf13bdb0b01fe199f70088f;p=thirdparty%2Fvim.git updated for version 7.1-144 --- diff --git a/src/diff.c b/src/diff.c index bdbda08934..9028d20c15 100644 --- 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: diff --git a/src/version.c b/src/version.c index fa09a1059d..490a0f63d6 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 144, /**/ 143, /**/