Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
include_hidden=all_files
from iglob
instead
as per review users can still do `/learn .*` and it would be in line how `bash`/`zsh` works (e.g. `ls * -a` does not files in hidden directories but `ls .*` does).
- Loading branch information