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.
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim
index 8a80e55..d45409e 100644
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -3181,6 +3181,9 @@
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