mirror of https://gitee.com/bigwinds/arangodb
MacOS old readline
This commit is contained in:
parent
9872a5de0c
commit
cf94e995a1
|
@ -200,7 +200,7 @@ static char** AttemptedCompletion (char const* text, int start, int end) {
|
||||||
if (result[0][n-1] == ')') {
|
if (result[0][n-1] == ')') {
|
||||||
result[0][n-1] = '\0';
|
result[0][n-1] = '\0';
|
||||||
|
|
||||||
#if RL_READLINE_VERSION < 0x0500
|
#if RL_READLINE_VERSION >= 0x0500
|
||||||
rl_completion_suppress_append = 1;
|
rl_completion_suppress_append = 1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue