]> granicus.if.org Git - vim/commit
patch 9.0.0765: with a Visual block a put command column may go negative v9.0.0765
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 18:04:05 +0000 (19:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 18:04:05 +0000 (19:04 +0100)
commit36343ae0fb7247e060abfd35fb8e4337b33abb4b
treefe5bf440c03d0535560b20174c1194dbce09c678
parentc8b673557390e5cd20bc0a4c2786d0db1d77a24c
patch 9.0.0765: with a Visual block a put command column may go negative

Problem:    With a Visual block a put command column may go negative.
Solution:   Check that the column does not become negative.
src/register.c
src/testdir/test_visual.vim
src/version.c