commit | 032f40afb88b24043f96655aa248267a4f54faa8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 15:21:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 15:21:50 2020 +0100 |
tree | 68860ddd14edbac9afe422979e474cae1ef0961f | |
parent | 17ab28daa060c3c263841329e74befb9c6e8b588 [diff] [blame] |
patch 8.2.2008: MS-Windows GUI: handling channel messages lags Problem: MS-Windows GUI: handling channel messages lags. Solution: Reduce the wait time from 100 to 10 msec. (closes #7097)
diff --git a/src/version.c b/src/version.c index cc296f5..a96756d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2008, +/**/ 2007, /**/ 2006,