Added space at end of completed command
This commit is contained in:
parent
e766ea9429
commit
5f3ace5ca3
1 changed files with 8 additions and 7 deletions
|
|
@ -135,6 +135,7 @@ static char *my_rl_complete(char *token, int *match)
|
||||||
|
|
||||||
if (count == 1) {
|
if (count == 1) {
|
||||||
*match = 1;
|
*match = 1;
|
||||||
|
method_name += " ";
|
||||||
return strdup (method_name.c_str() + matchlen);
|
return strdup (method_name.c_str() + matchlen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue