mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
build(vim-patch.sh): ignore test_behave.vim (#23062)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user