Skip to content

Commit bd86c71

Browse files
authored
fix pos arg in ffcd HyDE-Project#973 followup (HyDE-Project#974)
fix pos arg in ffcd
1 parent f79d5aa commit bd86c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configs/.config/fish/functions/fzf/ffcd.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function ffcd "Fuzzy search directories with respect to cwd"
1+
function ffcd -d "Fuzzy search directories with respect to cwd"
22
set initial_query
33
set max_depth 7
44
if set -q argv[1]

0 commit comments

Comments
 (0)