]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1515: BufWinEnter event fired when opening hidden terminal v8.0.1515
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 13:07:18 +0000 (14:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Feb 2018 13:07:18 +0000 (14:07 +0100)
commitab5e7c3deb40328e1c7d40534ed8cd9da47a92f8
tree425494d1e472473472daa120e0f025403479c8e5
parent07ad816525da67cab3c0db21d1286d221dbc7477
patch 8.0.1515: BufWinEnter event fired when opening hidden terminal

Problem:    BufWinEnter event fired when opening hidden terminal.
Solution:   Do not fire BufWinEnter when the terminal is midden and does not
            open a window. (Kenta Sato, closes #2636)
src/terminal.c
src/version.c