]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.181 v7.4.181
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Feb 2014 15:17:07 +0000 (16:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Feb 2014 15:17:07 +0000 (16:17 +0100)
Problem:    When using 'pastetoggle' the status lines are not updated. (Samuel
            Ferencik, Jan Christoph Ebersbach)
Solution:   Update the status lines. (Nobuhiro Takasaki)

src/getchar.c
src/version.c

index 8ddaa398b72d9f1988e1fd8c2740e13ccd2dcae7..cc30f9412c7ecb12324d531ac6941e6684e28028 100644 (file)
@@ -406,7 +406,7 @@ read_readbuf(buf, advance)
 }
 
 /*
- * Prepare the read buffers for reading (if they contains something).
+ * Prepare the read buffers for reading (if they contain something).
  */
     static void
 start_stuff()
@@ -2302,6 +2302,10 @@ vgetorpeek(advance)
                                msg_row = Rows - 1;
                                msg_clr_eos();          /* clear ruler */
                            }
+#ifdef FEAT_WINDOWS
+                           status_redraw_all();
+                           redraw_statuslines();
+#endif
                            showmode();
                            setcursor();
                            continue;
index 9036cf7b2610c01087e1634b5e66612b986c613e..f0b916d7584ffd6203deddd93cf38027503e9d50 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    181,
 /**/
     180,
 /**/