Blame SOURCES/7.4.472

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.472
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.472
22c937
Problem:    The "precedes" entry in 'listchar' will be drawn when 'showbreak
22c937
	    is set and list is not.
22c937
Solution:   Only draw this character when 'list' is on. (Christian Brabandt)
22c937
Files:	    src/screen.c
22c937
22c937
22c937
*** ../vim-7.4.471/src/screen.c	2014-10-09 13:22:41.804886993 +0200
22c937
--- src/screen.c	2014-10-10 15:22:41.589091447 +0200
22c937
***************
22c937
*** 4901,4906 ****
22c937
--- 4901,4907 ----
22c937
  	 * special character (via 'listchars' option "precedes:<char>".
22c937
  	 */
22c937
  	if (lcs_prec_todo != NUL
22c937
+ 		&& wp->w_p_list
22c937
  		&& (wp->w_p_wrap ? wp->w_skipcol > 0 : wp->w_leftcol > 0)
22c937
  #ifdef FEAT_DIFF
22c937
  		&& filler_todo <= 0
22c937
*** ../vim-7.4.471/src/version.c	2014-10-09 17:05:51.948916242 +0200
22c937
--- src/version.c	2014-10-10 15:22:06.405091370 +0200
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     472,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
251. You've never seen your closest friends who usually live WAY too far away.
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    ///