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