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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202107031942.163Jg7xf2344228%40masaka.moolenaar.net.