diff src/version.c @ 20741:fa6f1c97813f v8.2.0923

patch 8.2.0923: cmdline test is slow Commit: https://github.com/vim/vim/commit/c82dd86084581afa5113b0dd9ade7a631b89b4fc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 17:30:33 2020 +0200 patch 8.2.0923: cmdline test is slow Problem: Cmdline test is slow. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 17:45:03 +0200
parents a1b20eb19483
children a672feb8fc4f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    923,
+/**/
     922,
 /**/
     921,