diff src/version.c @ 22922:5d8990ad211e v8.2.2008

patch 8.2.2008: MS-Windows GUI: handling channel messages lags Commit: https://github.com/vim/vim/commit/032f40afb88b24043f96655aa248267a4f54faa8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 15:21:50 2020 +0100 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 https://github.com/vim/vim/issues/7097)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 15:30:04 +0100
parents 696364caabea
children db65bb242582
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2008,
+/**/
     2007,
 /**/
     2006,