commit | 412f7444ea0eddc41b213705ec6731cea6297a1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 19:51:57 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 19:51:57 2006 +0000 |
tree | c529d35dd90a3c5abdbd4463f84f8d304a4cd76f | |
parent | ecbaf5570ae86fe25f832d6c154e1b7400dab01b [diff] [blame] |
updated for version 7.0-040
diff --git a/src/spell.c b/src/spell.c index c3bf5b0..8b65336 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -10071,6 +10071,7 @@ /* 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);