diff src/version.c @ 18993:dcbc559510f6 v8.2.0057

patch 8.2.0057: cannot build with small features Commit: https://github.com/vim/vim/commit/09d4640f6c4333da5167327629d355062f6629cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 29 23:53:01 2019 +0100 patch 8.2.0057: cannot build with small features Problem: Cannot build with small features. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 00:00:03 +0100
parents 847cc7932c42
children c77d7a415e59
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    57,
+/**/
     56,
 /**/
     55,