0
0
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:
Bram Moolenaar
2006-07-23 19:51:57 +00:00
parent ecbaf5570a
commit 412f7444ea
3 changed files with 4 additions and 0 deletions

View File

@@ -10071,6 +10071,7 @@ spell_suggest(count)
/* List the suggestions. */
msg_start();
msg_row = Rows - 1; /* for when 'cmdheight' > 1 */
lines_left = Rows; /* avoid more prompt */
vim_snprintf((char *)IObuff, IOSIZE, _("Change \"%.*s\" to:"),
sug.su_badlen, sug.su_badptr);