073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.371
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.371
073263
Problem:    When 'linebreak' is set control characters are not correctly
073263
	    displayed. (Kimmy Lindvall)
073263
Solution:   Set n_extra. (Christian Brabandt)
073263
Files:	    src/screen.c
073263
073263
073263
*** ../vim-7.4.370/src/screen.c	2014-07-09 20:20:40.359620108 +0200
073263
--- src/screen.c	2014-07-16 17:12:38.599557147 +0200
073263
***************
073263
*** 4646,4651 ****
073263
--- 4646,4653 ----
073263
  		else if (c != NUL)
073263
  		{
073263
  		    p_extra = transchar(c);
073263
+ 		    if (n_extra == 0)
073263
+ 			n_extra = byte2cells(c) - 1;
073263
  #ifdef FEAT_RIGHTLEFT
073263
  		    if ((dy_flags & DY_UHEX) && wp->w_p_rl)
073263
  			rl_mirror(p_extra);	/* reverse "<12>" */
073263
*** ../vim-7.4.370/src/version.c	2014-07-16 17:01:38.279570568 +0200
073263
--- src/version.c	2014-07-16 17:13:21.815556269 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     371,
073263
  /**/
073263
073263
-- 
073263
LETTERS TO THE EDITOR (The Times of London)
073263
073263
Dear Sir,
073263
073263
I am firmly opposed to the spread of microchips either to the home or
073263
to the office.  We have more than enough of them foisted upon us in
073263
public places.  They are a disgusting Americanism, and can only result
073263
in the farmers being forced to grow smaller potatoes, which in turn
073263
will cause massive unemployment in the already severely depressed
073263
agricultural industry.
073263
073263
Yours faithfully,
073263
        Capt. Quinton D'Arcy, J. P.
073263
        Sevenoaks
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    ///