summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-07-23 19:51:57 +0000
committerBram Moolenaar <Bram@vim.org>2006-07-23 19:51:57 +0000
commit412f7444ea0eddc41b213705ec6731cea6297a1d (patch)
treec529d35dd90a3c5abdbd4463f84f8d304a4cd76f /src/spell.c
parentecbaf5570ae86fe25f832d6c154e1b7400dab01b (diff)
downloadvim-git-412f7444ea0eddc41b213705ec6731cea6297a1d.tar.gz
updated for version 7.0-040v7.0.040
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spell.c b/src/spell.c
index c3bf5b0a2..8b6533649 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -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);