comparison src/testdir/test_textprop.vim @ 30231:0d084880276a v9.0.0451

patch 9.0.0451: virtual text "above" does not work with 'nowrap' Commit: https://github.com/vim/vim/commit/c9dc03fff5acf6fb91a923fb95006f9c2bca6141 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 17:51:07 2022 +0100 patch 9.0.0451: virtual text "above" does not work with 'nowrap' Problem: Virtual text "above" does not work with 'nowrap'. Solution: Do wrap the line after. (closes https://github.com/vim/vim/issues/11084)
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Sep 2022 19:00:05 +0200
parents 4fedacdad3b4
children 8d660a45299f
comparison
equal deleted inserted replaced
30230:aad84f731ef9 30231:0d084880276a
2871 call VerifyScreenDump(buf, 'Test_prop_with_text_above_3', {}) 2871 call VerifyScreenDump(buf, 'Test_prop_with_text_above_3', {})
2872 2872
2873 call term_sendkeys(buf, ":set number signcolumn=yes\<CR>") 2873 call term_sendkeys(buf, ":set number signcolumn=yes\<CR>")
2874 call VerifyScreenDump(buf, 'Test_prop_with_text_above_4', {}) 2874 call VerifyScreenDump(buf, 'Test_prop_with_text_above_4', {})
2875 2875
2876 call term_sendkeys(buf, ":set nowrap\<CR>gg$j")
2877 call VerifyScreenDump(buf, 'Test_prop_with_text_above_5', {})
2878
2876 call StopVimInTerminal(buf) 2879 call StopVimInTerminal(buf)
2877 endfunc 2880 endfunc
2878 2881
2879 func Test_props_with_text_override() 2882 func Test_props_with_text_override()
2880 CheckRunVimInTerminal 2883 CheckRunVimInTerminal