]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4166: undo synced when switching buffer in another window v8.2.4166
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Jan 2022 21:00:54 +0000 (21:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Jan 2022 21:00:54 +0000 (21:00 +0000)
commite615db06046312e74886fa1ef98feb5a9db2a7c3
tree8777ab7d7ac5b1ad11f2b59d42f6b50f2b12fb66
parent05386ca1d4823e5c98c24b8cd038af49aee62577
patch 8.2.4166: undo synced when switching buffer in another window

Problem:    Undo synced when switching buffer in another window.
Solution:   Do not sync undo when not needed. (closes #9575)
src/buffer.c
src/testdir/test_timers.vim
src/version.c