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
I tried (and failed) to get nice tab completion like in wd: e7660f3. Printing text from the autocomplete statement caused things to behave poorly.
In general, it doesn't seem like bash allows you to separate completion output from the actual completion list being matched against; COMPREPLY does both.
If someone can think of a way to do this, though, please let me know.
The text was updated successfully, but these errors were encountered:
I tried (and failed) to get nice tab completion like in
wd
: e7660f3. Printing text from the autocomplete statement caused things to behave poorly.In general, it doesn't seem like bash allows you to separate completion output from the actual completion list being matched against;
COMPREPLY
does both.If someone can think of a way to do this, though, please let me know.
The text was updated successfully, but these errors were encountered: