diff src/testdir/test_textprop.vim @ 30273:5f112a0b4da1 v9.0.0472

patch 9.0.0472: virtual text "below" doesn't show in list mode Commit: https://github.com/vim/vim/commit/a4abe514ecd9b7a038feed89f48476809775c80f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 15 19:44:09 2022 +0100 patch 9.0.0472: virtual text "below" doesn't show in list mode Problem: Virtual text "below" doesn't show in list mode. Solution: Reset lcs_eol_one when displaying text property.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Sep 2022 20:45:03 +0200
parents 6b658ef69e93
children 914b3c64ab92
line wrap: on
line diff
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -3181,6 +3181,9 @@ func Test_insert_text_with_padding()
   call term_sendkeys(buf, "ggix\<Esc>")
   call VerifyScreenDump(buf, 'Test_prop_text_with_padding_3', {})
 
+  call term_sendkeys(buf, ":set list\<CR>")
+  call VerifyScreenDump(buf, 'Test_prop_text_with_padding_4', {})
+
   call StopVimInTerminal(buf)
   call delete('XscriptPropsPadded')
 endfunc