forked from aniani/vim
patch 8.2.3988: tiny build fails
Problem: Tiny build fails. Solution: Fix misplaced #ifdef.
This commit is contained in:
@@ -1261,8 +1261,8 @@ EXTERN char e_not_valid_codepage[]
|
|||||||
#endif
|
#endif
|
||||||
EXTERN char e_keymap_file_not_found[]
|
EXTERN char e_keymap_file_not_found[]
|
||||||
INIT(= N_("E544: Keymap file not found"));
|
INIT(= N_("E544: Keymap file not found"));
|
||||||
EXTERN char e_missing_colon_2[]
|
|
||||||
#ifdef CURSOR_SHAPE
|
#ifdef CURSOR_SHAPE
|
||||||
|
EXTERN char e_missing_colon_2[]
|
||||||
INIT(= N_("E545: Missing colon"));
|
INIT(= N_("E545: Missing colon"));
|
||||||
EXTERN char e_illegal_mode[]
|
EXTERN char e_illegal_mode[]
|
||||||
INIT(= N_("E546: Illegal mode"));
|
INIT(= N_("E546: Illegal mode"));
|
||||||
|
|||||||
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3988,
|
||||||
/**/
|
/**/
|
||||||
3987,
|
3987,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user