Patch 9.0.0160

4 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 6, 2022, 5:24:23 PM8/6/22
to vim...@googlegroups.com

Patch 9.0.0160 (after 9.0.0158)
Problem: Some diff mode tests fail.
Solution: Only advance "ptr" when a text property follows.
Files: src/drawline.c


*** ../vim-9.0.0159/src/drawline.c 2022-08-06 22:02:58.187795341 +0100
--- src/drawline.c 2022-08-06 22:22:28.121144818 +0100
***************
*** 3473,3479 ****
) || lcs_eol_one == -1)
break;
#ifdef FEAT_PROP_POPUP
! if (!wp->w_p_wrap)
{
// do not output more of the line, only the "below" prop
ptr += STRLEN(ptr);
--- 3473,3479 ----
) || lcs_eol_one == -1)
break;
#ifdef FEAT_PROP_POPUP
! if (!wp->w_p_wrap && text_prop_follows)
{
// do not output more of the line, only the "below" prop
ptr += STRLEN(ptr);
*** ../vim-9.0.0159/src/version.c 2022-08-06 22:12:59.994474165 +0100
--- src/version.c 2022-08-06 22:20:31.636224806 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 160,
/**/

--
hundred-and-one symptoms of being an internet addict:
263. You have more e-mail addresses than shorts.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages