diff src/version.c @ 23569:754387a3aa35 v8.2.2327

patch 8.2.2327: debugging code included Commit: https://github.com/vim/vim/commit/16a6f91ccb42ebde639a4185322b07719d345e86 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 23:58:28 2021 +0100 patch 8.2.2327: debugging code included Problem: Debugging code included. Solution: Remove the debugging code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 00:00:04 +0100
parents cd6b9bc51d58
children b02ac00aacbf
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 */
 /**/
+    2327,
+/**/
     2326,
 /**/
     2325,