]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U" v8.2.3467
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Oct 2021 15:22:05 +0000 (16:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Oct 2021 15:22:05 +0000 (16:22 +0100)
commit5a9357d0bff9059f547906d8d03b31bca7215af1
treee6ff1a6a5ed5adf5181d11967c566cd4e9dc2fd5
parentcc8cd4453332276d55b4a1109eace5785a4f319d
patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U"

Problem:    CursorHoldI event interferes with "CTRL-G U". (Naohiro Ono)
Solution:   Restore the flag for "CTRL-G U" after triggering CursorHoldI.
            (closes #8937)
src/edit.c
src/testdir/test_autocmd.vim
src/version.c