To: vim_dev@googlegroups.com Subject: Patch 8.2.3094 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///