073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.329
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.329
073263
Problem:    When moving the cursor and then switching to another window the
073263
	    previous window isn't scrolled. (Yukihiro Nakadaira)
073263
Solution:   Call update_topline() before leaving the window. (Christian
073263
	    Brabandt)
073263
Files:	    src/window.c
073263
073263
073263
*** ../vim-7.4.328/src/window.c	2014-06-14 12:53:27.394152699 +0200
073263
--- src/window.c	2014-06-17 13:44:48.812075178 +0200
073263
***************
073263
*** 4250,4255 ****
073263
--- 4250,4260 ----
073263
      /* sync undo before leaving the current buffer */
073263
      if (undo_sync && curbuf != wp->w_buffer)
073263
  	u_sync(FALSE);
073263
+ 
073263
+     /* Might need to scroll the old window before switching, e.g., when the
073263
+      * cursor was moved. */
073263
+     update_topline();
073263
+ 
073263
      /* may have to copy the buffer options when 'cpo' contains 'S' */
073263
      if (wp->w_buffer != curbuf)
073263
  	buf_copy_options(wp->w_buffer, BCO_ENTER | BCO_NOHELP);
073263
*** ../vim-7.4.328/src/version.c	2014-06-17 13:50:06.148087184 +0200
073263
--- src/version.c	2014-06-17 13:51:09.960089598 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     329,
073263
  /**/
073263
073263
-- 
073263
FATHER:       Make sure the Prince doesn't leave this room until I come and
073263
              get him.
073263
FIRST GUARD:  Not ... to leave the room ... even if you come and get him.
073263
FATHER:       No.  Until I come and get him.
073263
SECOND GUARD: Hic.
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    ///