diff src/version.c @ 18554:60c46cd053db v8.1.2271

patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Commit: https://github.com/vim/vim/commit/398a59b6a51e86c23a5f61cb9a6d8a5771c95680 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 8 21:56:57 2019 +0100 patch 8.1.2271: build error if FEAT_TAG_BINS is not defined Problem: Build error if FEAT_TAG_BINS is not defined. (John Marriott) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Nov 2019 22:00:05 +0100
parents 17ec36265fcb
children ed9690c0f27c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2271,
+/**/
     2270,
 /**/
     2269,