mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4.181
Problem: When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) Solution: Update the status lines. (Nobuhiro Takasaki)
This commit is contained in:
parent
403b3cf0a1
commit
06811f33ce
@ -406,7 +406,7 @@ read_readbuf(buf, advance)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Prepare the read buffers for reading (if they contains something).
|
* Prepare the read buffers for reading (if they contain something).
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
start_stuff()
|
start_stuff()
|
||||||
@ -2302,6 +2302,10 @@ vgetorpeek(advance)
|
|||||||
msg_row = Rows - 1;
|
msg_row = Rows - 1;
|
||||||
msg_clr_eos(); /* clear ruler */
|
msg_clr_eos(); /* clear ruler */
|
||||||
}
|
}
|
||||||
|
#ifdef FEAT_WINDOWS
|
||||||
|
status_redraw_all();
|
||||||
|
redraw_statuslines();
|
||||||
|
#endif
|
||||||
showmode();
|
showmode();
|
||||||
setcursor();
|
setcursor();
|
||||||
continue;
|
continue;
|
||||||
|
@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
181,
|
||||||
/**/
|
/**/
|
||||||
180,
|
180,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user