diff src/version.c @ 20514:eb8715fac6c3 v8.2.0811

patch 8.2.0811: terminal keycode test is flaky Commit: https://github.com/vim/vim/commit/9cdcd1d0dc3bbea41b731639fd2431c2ef5cffaa Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 22 14:44:26 2020 +0200 patch 8.2.0811: terminal keycode test is flaky Problem: Terminal keycode test is flaky. Solution: Use WaitForAssert()
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 May 2020 14:45:03 +0200
parents 33a67d1dcaf0
children d9e3fdf26cb9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    811,
+/**/
     810,
 /**/
     809,