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
fix(__load_completion): do not warn when completing . first time
ca361be enables warnings about trying
to source directories when loading completions. That's useful, but
triggers the errors in the common case of trying to source something,
`. <TAB>`.
Special case `.` (and for completeness, even though not that
interesting, `..`) so we don't issue the warning about them.
Closesscop#703
0 commit comments