branch: externals/consult
commit e81a450443dea9215ff73baf179f5db4e09ac3a5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update changelog
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index ec1bd2f..28992e7 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -12,6 +12,7 @@
- =consult-ripgrep=: Use =--smart-case=
- =consult-grep/git-grep=: Use =--ignore-case=
- Deprecate =consult-<cmd>-command= in favor of =consult-<cmd>-config.=
+- =consult-find=: Use regular expressions instead of globbing/wildcards by
default.
- =consult-grep/git-grep/ripgrep/find/locate=: Add support for multiple
patterns.
+ =consult-git-grep= and =consult-find= support unordered patterns out of
the box.
For example: "first second third" is transformed to "first -and second
-and third".