0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.1-144

This commit is contained in:
Bram Moolenaar 2007-10-19 16:58:12 +00:00
parent d4b96bc637
commit 60a44dcb28
2 changed files with 5 additions and 0 deletions

View 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:

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
144,
/**/
143,
/**/