Blame SOURCES/7.4.181

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