diff src/version.c @ 14907:497009f367ea v8.1.0465

patch 8.1.0465: client-server test fails commit https://github.com/vim/vim/commit/95ba5c364f097121b95879896b05ec737ecafd1c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 22:47:07 2018 +0200 patch 8.1.0465: client-server test fails Problem: Client-server test fails. Solution: Change logic in EnumWindows().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 23:00:05 +0200
parents c1e94bb0f004
children c97b4b537572
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    465,
+/**/
     464,
 /**/
     463,