jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.181

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