Skip to content
Snippets Groups Projects
Unverified Commit a5862d4b authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[bash-completion] Use -o dirnames instead of -o plusdirs

Close #903
Related #135
parent a50909e8
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ done
# Directory
for cmd in $d_cmds; do
_fzf_defc "$cmd" _fzf_dir_completion "-o nospace -o plusdirs"
_fzf_defc "$cmd" _fzf_dir_completion "-o nospace -o dirnames"
done
unset _fzf_defc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment