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:
parent
d4b96bc637
commit
60a44dcb28
@ -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:
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
144,
|
||||
/**/
|
||||
143,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user