]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2695: cursor position reset with nested autocommands v8.2.2695
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 11:19:26 +0000 (13:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 11:19:26 +0000 (13:19 +0200)
commit1e6bbfb5607c82d872070219c26e2aae20db68ed
tree4ce3964ede62bb6e8960e76b294211b62c11f54e
parent5b8cabfef7c3707f3e53e13844d90e5a217e1e84
patch 8.2.2695: cursor position reset with nested autocommands

Problem:    Cursor position reset with nested autocommands.
Solution:   Only check and reset line numbers for not nested autocommands.
            (closes #5820)
src/autocmd.c
src/testdir/test_terminal.vim
src/version.c