mirror of
https://github.com/vim/vim.git
synced 2025-09-02 21:13:50 -04:00
updated for version 7.2-127
This commit is contained in:
parent
de0dfed701
commit
51306d2d8f
@ -2553,7 +2553,6 @@ do_more_prompt(typed_char)
|
|||||||
{
|
{
|
||||||
/* Jump to the choices of the dialog. */
|
/* Jump to the choices of the dialog. */
|
||||||
retval = TRUE;
|
retval = TRUE;
|
||||||
lines_left = Rows - 1;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
@ -2561,6 +2560,9 @@ do_more_prompt(typed_char)
|
|||||||
got_int = TRUE;
|
got_int = TRUE;
|
||||||
quit_more = TRUE;
|
quit_more = TRUE;
|
||||||
}
|
}
|
||||||
|
/* When there is some more output (wrapping line) display that
|
||||||
|
* without another prompt. */
|
||||||
|
lines_left = Rows - 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef FEAT_CLIPBOARD
|
#ifdef FEAT_CLIPBOARD
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
127,
|
||||||
/**/
|
/**/
|
||||||
126,
|
126,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user