073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.469
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.469 (after 7.4.467)
073263
Problem:    Can't build with MSVC. (Ken Takata)
073263
Solution:   Move the assignment after the declarations.
073263
Files:	    src/normal.c
073263
073263
073263
*** ../vim-7.4.468/src/normal.c	2014-10-09 13:22:41.804886993 +0200
073263
--- src/normal.c	2014-10-09 14:46:05.728897923 +0200
073263
***************
073263
*** 1382,1390 ****
073263
      int		restart_edit_save;
073263
  #ifdef FEAT_LINEBREAK
073263
      int		lbr_saved = curwin->w_p_lbr;
073263
- 
073263
-     curwin->w_p_lbr = FALSE;	/* avoid a problem with unwanted linebreaks in
073263
- 				 * block mode */
073263
  #endif
073263
  
073263
      /* The visual area is remembered for redo */
073263
--- 1382,1387 ----
073263
***************
073263
*** 1396,1401 ****
073263
--- 1393,1402 ----
073263
      int		    include_line_break = FALSE;
073263
  #endif
073263
  
073263
+ #ifdef FEAT_LINEBREAK
073263
+     curwin->w_p_lbr = FALSE;	/* Avoid a problem with unwanted linebreaks in
073263
+ 				 * block mode. */
073263
+ #endif
073263
  #if defined(FEAT_CLIPBOARD)
073263
      /*
073263
       * Yank the visual area into the GUI selection register before we operate
073263
*** ../vim-7.4.468/src/version.c	2014-10-09 13:36:12.736888764 +0200
073263
--- src/version.c	2014-10-09 14:46:58.760898039 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     469,
073263
  /**/
073263
073263
-- 
073263
"After a few years of marriage a man can look right at a woman
073263
without seeing her and a woman can see right through a man
073263
without looking at him."
073263
 - Helen Rowland
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    ///