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
In case the completion string has any singlequotes,
escape them before passing it to external fish command.
Else the completion will fail due to unmatched quotes.
eg. vim '/home <tab>
0 commit comments