changeset 26919:52158ae06d37 v8.2.3988

patch 8.2.3988: tiny build fails Commit: https://github.com/vim/vim/commit/475d9521baaeb060ebb915d678094ff28e67b5be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 2 21:46:29 2022 +0000 patch 8.2.3988: tiny build fails Problem: Tiny build fails. Solution: Fix misplaced #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jan 2022 23:00:03 +0100
parents 4caa050db829
children eb2c9f5f376e
files src/errors.h src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/errors.h
+++ b/src/errors.h
@@ -1261,8 +1261,8 @@ EXTERN char e_not_valid_codepage[]
 #endif
 EXTERN char e_keymap_file_not_found[]
 	INIT(= N_("E544: Keymap file not found"));
+#ifdef CURSOR_SHAPE
 EXTERN char e_missing_colon_2[]
-#ifdef CURSOR_SHAPE
 	INIT(= N_("E545: Missing colon"));
 EXTERN char e_illegal_mode[]
 	INIT(= N_("E546: Illegal mode"));
--- 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 */
 /**/
+    3988,
+/**/
     3987,
 /**/
     3986,