diff 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
line wrap: on
line diff
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -2886,6 +2886,9 @@ func Test_props_with_text_above()
   call term_sendkeys(buf, "V")
   call VerifyScreenDump(buf, 'Test_prop_with_text_above_7', {})
 
+  call term_sendkeys(buf, "\<Esc>ls\<CR>\<Esc>")
+  call VerifyScreenDump(buf, 'Test_prop_with_text_above_8', {})
+
   call StopVimInTerminal(buf)
 endfunc