073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.181
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.181
073263
Problem:    When using 'pastetoggle' the status lines are not updated. (Samuel
073263
	    Ferencik, Jan Christoph Ebersbach)
073263
Solution:   Update the status lines. (Nobuhiro Takasaki)
073263
Files:	    src/getchar.c
073263
073263
073263
*** ../vim-7.4.180/src/getchar.c	2014-02-11 15:10:38.130111835 +0100
073263
--- src/getchar.c	2014-02-15 16:14:34.249903278 +0100
073263
***************
073263
*** 406,412 ****
073263
  }
073263
  
073263
  /*
073263
!  * Prepare the read buffers for reading (if they contains something).
073263
   */
073263
      static void
073263
  start_stuff()
073263
--- 406,412 ----
073263
  }
073263
  
073263
  /*
073263
!  * Prepare the read buffers for reading (if they contain something).
073263
   */
073263
      static void
073263
  start_stuff()
073263
***************
073263
*** 2302,2307 ****
073263
--- 2302,2311 ----
073263
  				msg_row = Rows - 1;
073263
  				msg_clr_eos();		/* clear ruler */
073263
  			    }
073263
+ #ifdef FEAT_WINDOWS
073263
+ 			    status_redraw_all();
073263
+ 			    redraw_statuslines();
073263
+ #endif
073263
  			    showmode();
073263
  			    setcursor();
073263
  			    continue;
073263
*** ../vim-7.4.180/src/version.c	2014-02-15 15:58:55.081904773 +0100
073263
--- src/version.c	2014-02-15 16:12:22.329903488 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     181,
073263
  /**/
073263
073263
-- 
073263
FIRST GUARD: Ah!  Now ... we're not allowed to ...
073263
   SIR LAUNCELOT runs him through,  grabs his spear and stabs the other
073263
   guard who collapses in a heap.  Hiccoughs quietly.
073263
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///