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);