diff --git a/plugin/fzf.vim b/plugin/fzf.vim index f0cbe79..0f4fc77 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -366,7 +366,7 @@ try let source = dict.source let type = type(source) if type == 1 - let prefix = source.'|' + let prefix = '( '.source.' )|' elseif type == 3 let temps.input = s:fzf_tempname() call writefile(source, temps.input)