]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter v8.2.2596
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Mar 2021 14:47:56 +0000 (15:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Mar 2021 14:47:56 +0000 (15:47 +0100)
commit41cd80335cf318c15c8b0139f53ab5e8a02561ef
treecede8c13b2eb2bd865105a7ef02bf6de65e31b73
parent9e813b3dea94a8952b732a224fa31beba6e85973
patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter

Problem:    :doautocmd may confuse scripts listening to WinEnter.
Solution:   Do the current buffer last. (closes #7958)
src/autocmd.c
src/testdir/test_autocmd.vim
src/version.c