diff src/version.c @ 27440:1118a65c9bc7

patch 8.2.4248: no proper test for moving the window separator Commit: https://github.com/vim/vim/commit/a0c4e2f2d7aa164d9d7692702c752ea063bd3a8c Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Jan 29 10:59:53 2022 +0000 patch 8.2.4248: no proper test for moving the window separator Problem: No proper test for moving the window separator. Solution: Add a test. Add comment in code. (closes https://github.com/vim/vim/issues/9656)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 12:00:06 +0100
parents d0096a7f8d96
children 674240fcf6de
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4248,
+/**/
     4247,
 /**/
     4246,