diff src/version.c @ 24521:3efc5cb6a404 v8.2.2800

patch 8.2.2800: after a timer displays text a hit-enter prompt is given Commit: https://github.com/vim/vim/commit/9f28416e54cefe8b6a2382d078c78f1d469e60cd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 22 21:39:30 2021 +0200 patch 8.2.2800: after a timer displays text a hit-enter prompt is given Problem: After a timer displays text a hit-enter prompt is given. Solution: Reset msg_didany and need_wait_return. (closes https://github.com/vim/vim/issues/8136)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Apr 2021 21:45:03 +0200
parents cf334a353c30
children 71bd205c72f5
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 */
 /**/
+    2800,
+/**/
     2799,
 /**/
     2798,