diff src/version.c @ 19402:763775897f2e v8.2.0259

patch 8.2.0259: terminal in popup test sometimes fails Commit: https://github.com/vim/vim/commit/c2adc00fa74530e7f9d2cd31ce39252e86465dd0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 14 17:05:18 2020 +0100 patch 8.2.0259: terminal in popup test sometimes fails Problem: Terminal in popup test sometimes fails. Solution: Clear the command line.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Feb 2020 17:15:03 +0100
parents bd9069d21c5d
children 08f4dc2ba716
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    259,
+/**/
     258,
 /**/
     257,