comparison 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
comparison
equal deleted inserted replaced
30272:200a2586dc4d 30273:5f112a0b4da1
3179 call VerifyScreenDump(buf, 'Test_prop_text_with_padding_2', {}) 3179 call VerifyScreenDump(buf, 'Test_prop_text_with_padding_2', {})
3180 3180
3181 call term_sendkeys(buf, "ggix\<Esc>") 3181 call term_sendkeys(buf, "ggix\<Esc>")
3182 call VerifyScreenDump(buf, 'Test_prop_text_with_padding_3', {}) 3182 call VerifyScreenDump(buf, 'Test_prop_text_with_padding_3', {})
3183 3183
3184 call term_sendkeys(buf, ":set list\<CR>")
3185 call VerifyScreenDump(buf, 'Test_prop_text_with_padding_4', {})
3186
3184 call StopVimInTerminal(buf) 3187 call StopVimInTerminal(buf)
3185 call delete('XscriptPropsPadded') 3188 call delete('XscriptPropsPadded')
3186 endfunc 3189 endfunc
3187 3190
3188 func Test_insert_text_change_arg() 3191 func Test_insert_text_change_arg()