commit | ab5e7c3deb40328e1c7d40534ed8cd9da47a92f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 14:07:18 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 14:07:18 2018 +0100 |
tree | 425494d1e472473472daa120e0f025403479c8e5 | |
parent | 07ad816525da67cab3c0db21d1286d221dbc7477 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index adedd85..52479de 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1515, +/**/ 1514, /**/ 1513,