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
glob() is affected by 'wildignorecase' even when suffix=1 is given.
This is a documented behavior.
globpath() is _not_ afflicted by this funny quirk, so use it instead.
Also escape more special chars:
- , path separator in globpath()
- ; upward search syntax in 'path'
- *? globing of the 'path' value
0 commit comments