diff options
Diffstat (limited to 'test/old/testdir/test_visual.vim')
-rw-r--r-- | test/old/testdir/test_visual.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/test_visual.vim b/test/old/testdir/test_visual.vim index 350c69fe4e..75487f8402 100644 --- a/test/old/testdir/test_visual.vim +++ b/test/old/testdir/test_visual.vim @@ -485,14 +485,14 @@ endfunc func Test_visual_block_put_invalid() enew! - behave mswin + set selection=exclusive norm yy norm v)Ps/^/ " this was causing the column to become negative silent norm ggv)P bwipe! - behave xterm + set selection& endfunc " Visual modes (v V CTRL-V) followed by an operator; count; repeating |