Patch 8.2.3094

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 3, 2021, 3:42:14 PM7/3/21
to vim...@googlegroups.com

Patch 8.2.3094
Problem: Test_popup_atcursor_pos() fails without the conceal feature.
Solution: Add a check for the conceal feature. (Dominique Pellé,
closes #8505)
Files: src/testdir/test_popupwin.vim


*** ../vim-8.2.3093/src/testdir/test_popupwin.vim 2021-06-29 20:22:27.651393066 +0200
--- src/testdir/test_popupwin.vim 2021-07-03 21:39:52.318202668 +0200
***************
*** 1437,1442 ****
--- 1437,1443 ----

func Test_popup_atcursor_pos()
CheckScreendump
+ CheckFeature conceal

let lines =<< trim END
call setline(1, repeat([repeat('-', 60)], 15))
*** ../vim-8.2.3093/src/version.c 2021-07-03 21:37:56.334492479 +0200
--- src/version.c 2021-07-03 21:41:23.225976384 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3094,
/**/

--
hundred-and-one symptoms of being an internet addict:
90. Instead of calling you to dinner, your spouse sends e-mail.

/// 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