Skip to content

Commit

Permalink
patch 8.2.3988: tiny build fails
Browse files Browse the repository at this point in the history
Problem:    Tiny build fails.
Solution:   Fix misplaced #ifdef.
  • Loading branch information
brammool committed Jan 2, 2022
1 parent 1d423ef commit 475d952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.h
Expand Up @@ -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"));
EXTERN char e_missing_colon_2[]
#ifdef CURSOR_SHAPE
EXTERN char e_missing_colon_2[]
INIT(= N_("E545: Missing colon"));
EXTERN char e_illegal_mode[]
INIT(= N_("E546: Illegal mode"));
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3988,
/**/
3987,
/**/
Expand Down

0 comments on commit 475d952

Please sign in to comment.