build(vim-patch.sh): ignore test_behave.vim (#23062)

This commit is contained in:
zeertzjq
2023-04-13 19:07:42 +08:00
committed by GitHub
parent 231e1988ed
commit c8c7912a4d
4 changed files with 33 additions and 1 deletions

View File

@@ -485,6 +485,7 @@ endfunc
func Test_visual_block_put_invalid()
enew!
" behave mswin
set selection=exclusive
norm yy
norm v)Ps/^/
@@ -492,6 +493,7 @@ func Test_visual_block_put_invalid()
silent norm ggv)P
bwipe!
" behave xterm
set selection&
endfunc