commit | 878e1d25a0a5b03233bf6ad64073fcf576c2aea5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 17:53:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 17:53:23 2022 +0100 |
tree | 49f2e1b6e498e3560aaa45bcde1531a31b2de15a | |
parent | a85e4db9780a4cf7a72cbb98c7127922f668cdf6 [diff] [blame] |
patch 9.0.0301: the message window popup is delayed after an error message Problem: The message window popup is delayed after an error message. Solution: Do not set emsg_on_display when using the message window.
diff --git a/src/version.c b/src/version.c index fcd142e..31e8182 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,