Karsten Hopp abb113
To: vim_dev@googlegroups.com
Karsten Hopp abb113
Subject: Patch 7.3.140
Karsten Hopp abb113
Fcc: outbox
Karsten Hopp abb113
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp abb113
Mime-Version: 1.0
Karsten Hopp abb113
Content-Type: text/plain; charset=UTF-8
Karsten Hopp abb113
Content-Transfer-Encoding: 8bit
Karsten Hopp abb113
------------
Karsten Hopp abb113
Karsten Hopp abb113
Patch 7.3.140
Karsten Hopp abb113
Problem:    Crash when drawing the "$" at end-of-line for list mode just after
Karsten Hopp abb113
	    the window border and 'cursorline' is set.
Karsten Hopp abb113
Solution:   Don't check for 'cursorline'. (Quentin Carbonneaux)
Karsten Hopp abb113
Files:	    src/screen.c
Karsten Hopp abb113
Karsten Hopp abb113
Karsten Hopp abb113
*** ../vim-7.3.139/src/screen.c	2011-02-09 17:09:26.000000000 +0100
Karsten Hopp abb113
--- src/screen.c	2011-03-22 13:29:04.000000000 +0100
Karsten Hopp abb113
***************
Karsten Hopp abb113
*** 5099,5109 ****
Karsten Hopp abb113
  #ifdef FEAT_DIFF
Karsten Hopp abb113
  		    || filler_todo > 0
Karsten Hopp abb113
  #endif
Karsten Hopp abb113
! 		    || (wp->w_p_list && lcs_eol != NUL && p_extra != at_end_str
Karsten Hopp abb113
! #ifdef FEAT_SYN_HL
Karsten Hopp abb113
! 			   && !wp->w_p_cul
Karsten Hopp abb113
! #endif
Karsten Hopp abb113
! 			)
Karsten Hopp abb113
  		    || (n_extra != 0 && (c_extra != NUL || *p_extra != NUL)))
Karsten Hopp abb113
  		)
Karsten Hopp abb113
  	{
Karsten Hopp abb113
--- 5099,5105 ----
Karsten Hopp abb113
  #ifdef FEAT_DIFF
Karsten Hopp abb113
  		    || filler_todo > 0
Karsten Hopp abb113
  #endif
Karsten Hopp abb113
! 		    || (wp->w_p_list && lcs_eol != NUL && p_extra != at_end_str)
Karsten Hopp abb113
  		    || (n_extra != 0 && (c_extra != NUL || *p_extra != NUL)))
Karsten Hopp abb113
  		)
Karsten Hopp abb113
  	{
Karsten Hopp abb113
*** ../vim-7.3.139/src/version.c	2011-03-22 13:07:19.000000000 +0100
Karsten Hopp abb113
--- src/version.c	2011-03-22 13:27:26.000000000 +0100
Karsten Hopp abb113
***************
Karsten Hopp abb113
*** 716,717 ****
Karsten Hopp abb113
--- 716,719 ----
Karsten Hopp abb113
  {   /* Add new patch number below this line */
Karsten Hopp abb113
+ /**/
Karsten Hopp abb113
+     140,
Karsten Hopp abb113
  /**/
Karsten Hopp abb113
Karsten Hopp abb113
-- 
Karsten Hopp abb113
Lawmakers made it obligatory for everybody to take at least one bath
Karsten Hopp abb113
each week -- on Saturday night.
Karsten Hopp abb113
		[real standing law in Vermont, United States of America]
Karsten Hopp abb113
Karsten Hopp abb113
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp abb113
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp abb113
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp abb113
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///