]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5002: deletebufline() may change Visual selection v8.2.5002
authorLemonBoy <thatlemon@gmail.com>
Sun, 22 May 2022 14:35:53 +0000 (15:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 14:35:53 +0000 (15:35 +0100)
commit9b2edfd3bf2f14a1faaee9b62930598a2e77a798
tree9fe3171945da415e62d665f2393acdde85904069
parent8a3704723c40779d688ef957dbe5bd8b65c25f95
patch 8.2.5002: deletebufline() may change Visual selection

Problem:    deletebufline() may change Visual selection.
Solution:   Disable Visual mode when using another buffer. (closes #10469)
src/evalbuffer.c
src/testdir/test_bufline.vim
src/version.c