Describe the bug
Using consult--source-recent-file as a source yields no result, and fails if a specific input is confirmed with I get the error Args out of range: [], 0
To Reproduce
For instance, evaluate:
(consult-omni-multi ".profile" "test prompt" '(consult--source-recent-file))
and to confirm
Expected behavior
I'm expecting to see a list of recent files whose name contain ".profile" (and be able to choose among them), then the selection should be open upon pressing
Describe the bug Using I get the error
consult--source-recent-file
as a source yields no result, and fails if a specific input is confirmed withArgs out of range: [], 0
To Reproduce For instance, evaluate:
(consult-omni-multi ".profile" "test prompt" '(consult--source-recent-file))
andExpected behavior I'm expecting to see a list of recent files whose name contain ".profile" (and be able to choose among them), then the selection should be open upon pressing
Important Information:
Linux
Emacs 29.4
consult 20240824.800
backtrace:
Installed v0.1 using a nix expression (see below). Latest commit also tried.
Additional context
The buffer source fails in the same way:
nix package definition: