diff src/version.c @ 26536:08241cd6091b v8.2.3797

patch 8.2.3797: no good reason to limit the message history in tiny version Commit: https://github.com/vim/vim/commit/1e78deb0779bc403a914712f0842a65d2949dfdf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 14:40:53 2021 +0000 patch 8.2.3797: no good reason to limit the message history in tiny version Problem: No good reason to limit the message history in the tiny version. Solution: Always use 200.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 15:45:03 +0100
parents 28745eec1dda
children dfa658800f21
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3797,
+/**/
     3796,
 /**/
     3795,