[bash] Add -o nospace to dir completion options (#1987)

This commit is contained in:
Junegunn Choi 2024-04-04 13:20:10 +09:00
parent da14ab6f16
commit 118b4d4a01
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ done
# Directory
for cmd in $d_cmds; do
__fzf_defc "$cmd" _fzf_dir_completion "-o bashdefault -o dirnames"
__fzf_defc "$cmd" _fzf_dir_completion "-o bashdefault -o nospace -o dirnames"
done
# ssh