diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/fzf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 7f721998..b865162a 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -1081,7 +1081,7 @@ endfunction function! s:cmd(bang, ...) abort let args = copy(a:000) - let opts = { 'options': ['--multi'] } + let opts = { 'options': ['--multi', '--scheme', 'path'] } if len(args) && isdirectory(expand(args[-1])) let opts.dir = substitute(substitute(remove(args, -1), '\\\(["'']\)', '\1', 'g'), '[/\\]*$', '/', '') if s:is_win && !&shellslash |
