diff src/version.c @ 18076:d7f08b7bc203 v8.1.2033

patch 8.1.2033: cannot build with tiny features Commit: https://github.com/vim/vim/commit/0571f3d6f92a7dab9c1e39acb40c2f8885887b28 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 14 22:33:47 2019 +0200 patch 8.1.2033: cannot build with tiny features Problem: Cannot build with tiny features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 22:45:03 +0200
parents 364a9be6a21e
children 5ae41d0ea397
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2033,
+/**/
     2032,
 /**/
     2031,