]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-040 v7.0.040
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Jul 2006 19:51:57 +0000 (19:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Jul 2006 19:51:57 +0000 (19:51 +0000)
src/eval.c
src/spell.c
src/version.c

index a6b2553efc9b8719194bcc779d0510a8d7e986da..3369789b316939a32edadb301c4c9cbde3aa5d24 100644 (file)
@@ -11497,6 +11497,7 @@ f_inputlist(argvars, rettv)
     }
 
     msg_start();
+    msg_row = Rows - 1;        /* for when 'cmdheight' > 1 */
     lines_left = Rows; /* avoid more prompt */
     msg_scroll = TRUE;
     msg_clr_eos();
index c3bf5b0a2564f59012af458c6c9e8600d960f42b..8b653364925af8380b02a58c1d9559775447d5ae 100644 (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);
index 6c4c2fd650db37deea75ea4e002d7ac245b2dabd..038e4acd14890600603a174b91d6d5d6c35ab1d8 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    40,
 /**/
     39,
 /**/