diff src/version.c @ 27849:efbce802c0df v8.2.4450

patch 8.2.4450: list sort test fails Commit: https://github.com/vim/vim/commit/2afeb408310f4f0185ce5eec079b51a3fe415a33 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 22:17:00 2022 +0000 patch 8.2.4450: list sort test fails Problem: List sort test fails. Solution: Pass a valid "how" argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 23:30:02 +0100
parents 780818e65dff
children 86e8c92c3f65
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 */
 /**/
+    4450,
+/**/
     4449,
 /**/
     4448,