comparison src/testdir/test_textprop.vim @ 30245:8f85b5c45432 v9.0.0458

patch 9.0.0458: splitting a line with a text prop "above" moves it down Commit: https://github.com/vim/vim/commit/3b93cf218fc70897c11de0415221e7899e9a527a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 13 18:34:18 2022 +0100 patch 9.0.0458: splitting a line with a text prop "above" moves it down Problem: Splitting a line with a text prop "above" moves it to a new line below. Solution: Keep an "above" text prop above the first line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Sep 2022 19:45:03 +0200
parents 8d660a45299f
children 45788c16b3a5
comparison
equal deleted inserted replaced
30244:30f106bef844 30245:8f85b5c45432
2884 call term_sendkeys(buf, "ggve") 2884 call term_sendkeys(buf, "ggve")
2885 call VerifyScreenDump(buf, 'Test_prop_with_text_above_6', {}) 2885 call VerifyScreenDump(buf, 'Test_prop_with_text_above_6', {})
2886 call term_sendkeys(buf, "V") 2886 call term_sendkeys(buf, "V")
2887 call VerifyScreenDump(buf, 'Test_prop_with_text_above_7', {}) 2887 call VerifyScreenDump(buf, 'Test_prop_with_text_above_7', {})
2888 2888
2889 call term_sendkeys(buf, "\<Esc>ls\<CR>\<Esc>")
2890 call VerifyScreenDump(buf, 'Test_prop_with_text_above_8', {})
2891
2889 call StopVimInTerminal(buf) 2892 call StopVimInTerminal(buf)
2890 endfunc 2893 endfunc
2891 2894
2892 func Test_props_with_text_override() 2895 func Test_props_with_text_override()
2893 CheckRunVimInTerminal 2896 CheckRunVimInTerminal