]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed v8.2.3980
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 13:05:45 +0000 (13:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 13:05:45 +0000 (13:05 +0000)
commitb3bd1d39e68e2d697c014b9f85482c2c12a3f909
tree112d12725a220f2db94d33f237ef6052e0ee551d
parenta6feb163f0295dfefb829d93ba3fa659b9c262b6
patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed

Problem:    If 'operatorfunc' invokes an operator the remembered Visual mode
            may be changed. (Naohiro Ono)
Solution:   Save and restore the information for redoing the Visual area.
            (closes #9455)
src/ops.c
src/testdir/test_normal.vim
src/version.c