mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-144
This commit is contained in:
@@ -791,6 +791,9 @@ ex_diffupdate(eap)
|
|||||||
}
|
}
|
||||||
mch_remove(tmp_orig);
|
mch_remove(tmp_orig);
|
||||||
|
|
||||||
|
/* force updating cursor position on screen */
|
||||||
|
curwin->w_valid_cursor.lnum = 0;
|
||||||
|
|
||||||
diff_redraw(TRUE);
|
diff_redraw(TRUE);
|
||||||
|
|
||||||
theend:
|
theend:
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
144,
|
||||||
/**/
|
/**/
|
||||||
143,
|
143,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user