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

Close #903
Related #135
This commit is contained in:
Junegunn Choi
2017-04-11 22:21:16 +09:00
parent a50909e806
commit a5862d4b9c

View File

@@ -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