diff src/version.c @ 19633:dd3e5533a7d2 v8.2.0373

patch 8.2.0373: type of term_sendkeys() is unknown Commit: https://github.com/vim/vim/commit/3a05ce63feae040cd817be289e84c2a7e653d59d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 11 19:30:01 2020 +0100 patch 8.2.0373: type of term_sendkeys() is unknown Problem: Type of term_sendkeys() is unknown. Solution: Just return zero. (closes https://github.com/vim/vim/issues/5762)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Mar 2020 21:31:04 +0100
parents 1d493fce1fbd
children d202122a4963
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    373,
+/**/
     372,
 /**/
     371,