Patch 8.2.4190
Problem: All conceal tests are skipped without the screendumps feature.
Solution: Only skip the tests that use screendumps. (closes #9599)
Files: src/testdir/test_conceal.vim
*** ../vim-8.2.4189/src/testdir/test_conceal.vim 2021-09-16
21:31:48.023014473 +0100
--- src/testdir/test_conceal.vim 2022-01-23 12:42:31.713764401 +0000
***************
*** 4,12 ****
CheckFeature conceal
source screendump.vim
- CheckScreendump
func Test_conceal_two_windows()
let code =<< trim [CODE]
let lines = ["one one one one one", "two |hidden| here", "three |hidden|
three"]
call setline(1, lines)
--- 4,13 ----
CheckFeature conceal
source screendump.vim
func Test_conceal_two_windows()
+ CheckScreendump
+
let code =<< trim [CODE]
let lines = ["one one one one one", "two |hidden| here", "three |hidden|
three"]
call setline(1, lines)
***************
*** 111,116 ****
--- 112,119 ----
endfunc
func Test_conceal_with_cursorline()
+ CheckScreendump
+
" Opens a help window, where 'conceal' is set, switches to the other window
" where 'cursorline' needs to be updated when the cursor moves.
let code =<< trim [CODE]
***************
*** 138,143 ****
--- 141,148 ----
endfunc
func Test_conceal_resize_term()
+ CheckScreendump
+
let code =<< trim [CODE]
call setline(1, '`one` `two` `three` `four` `five`, the backticks should
be concealed')
setl cocu=n cole=3
*** ../vim-8.2.4189/src/version.c 2022-01-23 12:31:53.761946475 +0000
--- src/version.c 2022-01-23 12:39:33.781169682 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4190,
/**/
--
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice as big as it needs to be.
/// 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/20220123124332.32AB51C11B3%40moolenaar.net.