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
#1297 (comment)
The compgen option `-X '!pat'` has a problem that it only generates
the filenames in the current directory and that it does not perform
the filtering by the "cur" specified to the argument of `compgen`:
$ compgen -G '*.md' -- doc/
CHANGELOG.md
CONTRIBUTING.md
README.md
style.md
In this patch, we use `-f -X '!pat'`, which does not have those
limitations.
0 commit comments