mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0-040
This commit is contained in:
@@ -11497,6 +11497,7 @@ f_inputlist(argvars, rettv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
msg_start();
|
msg_start();
|
||||||
|
msg_row = Rows - 1; /* for when 'cmdheight' > 1 */
|
||||||
lines_left = Rows; /* avoid more prompt */
|
lines_left = Rows; /* avoid more prompt */
|
||||||
msg_scroll = TRUE;
|
msg_scroll = TRUE;
|
||||||
msg_clr_eos();
|
msg_clr_eos();
|
||||||
|
@@ -10071,6 +10071,7 @@ spell_suggest(count)
|
|||||||
|
|
||||||
/* List the suggestions. */
|
/* List the suggestions. */
|
||||||
msg_start();
|
msg_start();
|
||||||
|
msg_row = Rows - 1; /* for when 'cmdheight' > 1 */
|
||||||
lines_left = Rows; /* avoid more prompt */
|
lines_left = Rows; /* avoid more prompt */
|
||||||
vim_snprintf((char *)IObuff, IOSIZE, _("Change \"%.*s\" to:"),
|
vim_snprintf((char *)IObuff, IOSIZE, _("Change \"%.*s\" to:"),
|
||||||
sug.su_badlen, sug.su_badptr);
|
sug.su_badlen, sug.su_badptr);
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
40,
|
||||||
/**/
|
/**/
|
||||||
39,
|
39,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user