diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-11 22:21:16 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-11 22:21:16 +0900 |
| commit | a5862d4b9cc5f57ef83174c0d714bfb485094a4f (patch) | |
| tree | d14bda7d55090d66ebde2ff471f7163b19327e05 /shell/completion.bash | |
| parent | a50909e8067f5ef5a0aa2bb4637f033fe91df8b2 (diff) | |
| download | fzf-a5862d4b9cc5f57ef83174c0d714bfb485094a4f.tar.gz | |
[bash-completion] Use -o dirnames instead of -o plusdirs
Close #903
Related #135
Diffstat (limited to 'shell/completion.bash')
| -rw-r--r-- | shell/completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index 96078a12..e8c34e57 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -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 |
