]> granicus.if.org Git - vim/commit
patch 9.0.0094: cursor restored unexpected with nested autocommand v9.0.0094
authorBram Moolenaar <Bram@vim.org>
Wed, 27 Jul 2022 14:23:35 +0000 (15:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 Jul 2022 14:23:35 +0000 (15:23 +0100)
commit3d6ee8bda0550a01346f5992bbce09c0eb6d7569
tree1bc029d00d152ae32522ed705cc5da8cd6c190d4
parent7abd1c6d8e777bde1700633bafc1a40be9e9c1aa
patch 9.0.0094: cursor restored unexpected with nested autocommand

Problem:    Cursor restored unexpected with nested autocommand.
Solution:   Do not restore the cursor when it was moved intentionally.
            (closes #10780)
src/testdir/test_autocmd.vim
src/version.c
src/window.c