]> git.eshelyaron.com Git - emacs.git/commit
Make Eshell globs ending in "/" match directories only
authorJim Porter <jporterbugs@gmail.com>
Sun, 26 Jun 2022 01:19:01 +0000 (18:19 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 26 Jun 2022 14:52:38 +0000 (16:52 +0200)
commit7fc3f1b0d14ad390ca361a40ecf02eaa9f1b202a
treec2e0e4641a6ead3b72a8f0d5534299833cf6d568
parentea3681575f24ab6766931d0c86f080c52f2ce2d7
Make Eshell globs ending in "/" match directories only

* lisp/eshell/em-glob.el (eshell-glob-convert): Return whether to
match directories only.
(eshell-glob-entries): Add ONLY-DIRS argument.

* test/lisp/eshell/em-glob-tests.el
(em-glob-test/match-any-directory): New test.
(em-glob-test/match-recursive)
(em-glob-test/match-recursive-follow-symlinks): Add test cases for
when "**/" or "***/" are the last components in a glob.

* etc/NEWS: Announce this change (bug#56227).
etc/NEWS
lisp/eshell/em-glob.el
test/lisp/eshell/em-glob-tests.el