]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0140 v8.0.0140
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Jan 2017 16:31:24 +0000 (17:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Jan 2017 16:31:24 +0000 (17:31 +0100)
commitf8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0
treed7df98b978429b58403e670f2ce56b173aecf819
parent5e1e6d265d26ee2952c4a018a5ff72c950d2d700
patch 8.0.0140
Problem:    Pasting inserted text in Visual mode does not work properly.
            (Matthew Malcomson)
Solution:   Stop Visual mode before stuffing the inserted text. (Christian
            Brabandt, from neovim #5709)
src/ops.c
src/testdir/test_visual.vim
src/version.c