mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3192: build failure with small version
Problem: Build failure with small version (Tony Mechelynck). Solution: Remove stray #ifdef.
This commit is contained in:
@@ -58,7 +58,6 @@ EXTERN char e_hebrew_cannot_be_used_not_enabled_at_compile_time[]
|
|||||||
#endif
|
#endif
|
||||||
EXTERN char e_farsi_support_has_been_removed[]
|
EXTERN char e_farsi_support_has_been_removed[]
|
||||||
INIT(= N_("E27: Farsi support has been removed\n"));
|
INIT(= N_("E27: Farsi support has been removed\n"));
|
||||||
#ifdef FEAT_EVAL
|
|
||||||
#if defined(FEAT_SEARCH_EXTRA) || defined(FEAT_SYN_HL)
|
#if defined(FEAT_SEARCH_EXTRA) || defined(FEAT_SYN_HL)
|
||||||
EXTERN char e_no_such_highlight_group_name_str[]
|
EXTERN char e_no_such_highlight_group_name_str[]
|
||||||
INIT(= N_("E28: No such highlight group name: %s"));
|
INIT(= N_("E28: No such highlight group name: %s"));
|
||||||
@@ -109,7 +108,6 @@ EXTERN char e_undefined_variable_str[]
|
|||||||
INIT(= N_("E121: Undefined variable: %s"));
|
INIT(= N_("E121: Undefined variable: %s"));
|
||||||
EXTERN char e_undefined_variable_char_str[]
|
EXTERN char e_undefined_variable_char_str[]
|
||||||
INIT(= N_("E121: Undefined variable: %c:%s"));
|
INIT(= N_("E121: Undefined variable: %c:%s"));
|
||||||
#endif
|
|
||||||
#ifndef FEAT_DIGRAPHS
|
#ifndef FEAT_DIGRAPHS
|
||||||
EXTERN char e_no_digraphs_version[]
|
EXTERN char e_no_digraphs_version[]
|
||||||
INIT(= N_("E196: No digraphs in this version"));
|
INIT(= N_("E196: No digraphs in this version"));
|
||||||
|
@@ -755,6 +755,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 */
|
||||||
|
/**/
|
||||||
|
3192,
|
||||||
/**/
|
/**/
|
||||||
3191,
|
3191,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user