You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I press Tab and the string is completed, the completer adds a unwanted space character to the output. I workarounded it by adding each option twice with different postfix, but this is very hacky since the completer then tries to add one of the two postfixes.
Is there a proper way to prevent the completer from adding a space to the end of line?
The text was updated successfully, but these errors were encountered:
denizul
pushed a commit
to denizul/readlineCorriges
that referenced
this issue
Jul 4, 2022
If I press Tab and the string is completed, the completer adds a unwanted space character to the output. I workarounded it by adding each option twice with different postfix, but this is very hacky since the completer then tries to add one of the two postfixes.
Is there a proper way to prevent the completer from adding a space to the end of line?
The text was updated successfully, but these errors were encountered: