- make sure that we see string_insert only if we need it.
This commit is contained in:
parent
7ba12c6957
commit
1e23b6fdb5
@ -302,7 +302,7 @@ static void window_size_get(int); // find out what size the window is
|
|||||||
#ifdef CONFIG_FEATURE_VI_SETOPTS
|
#ifdef CONFIG_FEATURE_VI_SETOPTS
|
||||||
static void showmatching(Byte *); // show the matching pair () [] {}
|
static void showmatching(Byte *); // show the matching pair () [] {}
|
||||||
#endif /* CONFIG_FEATURE_VI_SETOPTS */
|
#endif /* CONFIG_FEATURE_VI_SETOPTS */
|
||||||
#if defined(CONFIG_FEATURE_VI_YANKMARK) || defined(CONFIG_FEATURE_VI_SEARCH) || defined(CONFIG_FEATURE_VI_CRASHME)
|
#if defined(CONFIG_FEATURE_VI_YANKMARK) || (defined(CONFIG_FEATURE_VI_COLON) && defined(CONFIG_FEATURE_VI_SEARCH)) || defined(CONFIG_FEATURE_VI_CRASHME)
|
||||||
static Byte *string_insert(Byte *, Byte *); // insert the string at 'p'
|
static Byte *string_insert(Byte *, Byte *); // insert the string at 'p'
|
||||||
#endif /* CONFIG_FEATURE_VI_YANKMARK || CONFIG_FEATURE_VI_SEARCH || CONFIG_FEATURE_VI_CRASHME */
|
#endif /* CONFIG_FEATURE_VI_YANKMARK || CONFIG_FEATURE_VI_SEARCH || CONFIG_FEATURE_VI_CRASHME */
|
||||||
#ifdef CONFIG_FEATURE_VI_YANKMARK
|
#ifdef CONFIG_FEATURE_VI_YANKMARK
|
||||||
@ -2008,7 +2008,7 @@ static void end_cmd_q(void)
|
|||||||
}
|
}
|
||||||
#endif /* CONFIG_FEATURE_VI_DOT_CMD */
|
#endif /* CONFIG_FEATURE_VI_DOT_CMD */
|
||||||
|
|
||||||
#if defined(CONFIG_FEATURE_VI_YANKMARK) || defined(CONFIG_FEATURE_VI_SEARCH) || defined(CONFIG_FEATURE_VI_CRASHME)
|
#if defined(CONFIG_FEATURE_VI_YANKMARK) || (defined(CONFIG_FEATURE_VI_COLON) && defined(CONFIG_FEATURE_VI_SEARCH)) || defined(CONFIG_FEATURE_VI_CRASHME)
|
||||||
static Byte *string_insert(Byte * p, Byte * s) // insert the string at 'p'
|
static Byte *string_insert(Byte * p, Byte * s) // insert the string at 'p'
|
||||||
{
|
{
|
||||||
int cnt, i;
|
int cnt, i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user