commit | 96e38a86a710fb6daec4550ac1667f019dc3a40e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 18:35:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 18:35:33 2019 +0200 |
tree | c49b193fdb61c2643ffade36920b9308093be1cc | |
parent | adbde3fbedd4a5379ddf0cfc9a6854b52955fd4a [diff] [blame] |
patch 8.1.2017: cannot execute commands after closing the cmdline window Problem: Cannot execute commands after closing the cmdline window. Solution: Also trigger BufEnter and WinEnter. (closes #4762)
diff --git a/src/version.c b/src/version.c index 86aaec9..c6f60af 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2017, +/**/ 2016, /**/ 2015,