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
Complete relative paths more like vim's completion
Relative path completion relies on the globpath() function, prepending
a leading dot and slash when creating the path for globpath(), but this
results in path completions with a leading dot and slash, unlike vim's
built in file/path completion, so strip them back out before returning.
0 commit comments