diff src/testdir/test_visual.vim @ 27382:123b0747fa10 v8.2.4219

patch 8.2.4219: reading before the start of the line Commit: https://github.com/vim/vim/commit/44db8213d38c39877d2148eff6a72f4beccfb94e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 25 21:26:17 2022 +0000 patch 8.2.4219: reading before the start of the line Problem: Reading before the start of the line. Solution: Check boundary before trying to read the character.
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jan 2022 22:30:03 +0100
parents a4746d1a3cf3
children 3f8a57b8c7d8
line wrap: on
line diff
--- a/src/testdir/test_visual.vim
+++ b/src/testdir/test_visual.vim
@@ -1247,6 +1247,13 @@ func Test_visual_put_blockedit_zy_and_zp
   bw!
 endfunc
 
+func Test_visual_block_yank_zy()
+  new
+  " this was reading before the start of the line
+  exe "norm o\<C-T>\<Esc>\<C-V>zy"
+  bwipe!
+endfunc
+
 func Test_visual_block_with_virtualedit()
   CheckScreendump