]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0234: crash when using put in Visual mode v8.0.0234
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 18:55:43 +0000 (19:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jan 2017 18:55:43 +0000 (19:55 +0100)
commit941c12da3c087fd04aa6c120a76bf28f19349d96
tree296b78adbc71b98ce21b88a6db0bbaef2e1c9c67
parentbff6ad133195145f810645c0bde7a2a1fdfc37b8
patch 8.0.0234: crash when using put in Visual mode

Problem:    When several lines are visually selected and one of them is short,
            using put may cause a crash. (Axel Bender)
Solution:   Check for a short line. (Christian Brabandt)
src/ops.c
src/testdir/test_put.vim
src/version.c