Blame SOURCES/7.4.429

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.429
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.429
22c937
Problem:    Build fails with fewer features. (Elimar Riesebieter)
22c937
Solution:   Add #ifdef.
22c937
Files:	    src/normal.c
22c937
22c937
22c937
*** ../vim-7.4.428/src/normal.c	2014-08-29 14:20:47.418440975 +0200
22c937
--- src/normal.c	2014-08-30 13:29:17.342622953 +0200
22c937
***************
22c937
*** 4518,4525 ****
22c937
--- 4518,4527 ----
22c937
  	 */
22c937
  	validate_virtcol();
22c937
  	virtcol = curwin->w_virtcol;
22c937
+ # if defined(FEAT_LINEBREAK)
22c937
  	if (virtcol > (colnr_T)width1 && *p_sbr != NUL)
22c937
  	    virtcol -= vim_strsize(p_sbr);
22c937
+ # endif
22c937
  
22c937
  	if (virtcol > curwin->w_curswant
22c937
  		&& (curwin->w_curswant < (colnr_T)width1
22c937
*** ../vim-7.4.428/src/version.c	2014-08-29 17:45:28.066467800 +0200
22c937
--- src/version.c	2014-08-30 13:29:57.646623041 +0200
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     429,
22c937
  /**/
22c937
22c937
-- 
22c937
Where do you want to crash today?
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    ///