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
fish_completer: expand path before returning completions
This fixes completions for paths which have "~".
~ expansion will no longer work after the path is enclosed
in double quotes, hence expand the path before returning the completion
so that subsequent completions will continue to work
eg. vim ~/Doc <tab> <tab>
The second completion will not work as the path will be enclosed with
double quotes after first completion
0 commit comments