Skip to content

Commit ee91c93

Browse files
authored
[Snippets] Do not limit search scope (#1217)
1 parent caf7754 commit ee91c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fzf/vim.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ function! fzf#vim#snippets(...)
981981
let colored = map(aligned, 's:yellow(v:val[0])."\t".v:val[1]')
982982
return s:fzf('snippets', {
983983
\ 'source': colored,
984-
\ 'options': '--ansi --tiebreak=index +m -n 1 -d "\t"',
984+
\ 'options': '--ansi --tiebreak=index +m -n 1,.. -d "\t"',
985985
\ 'sink': s:function('s:inject_snippet')}, a:000)
986986
endfunction
987987

0 commit comments

Comments
 (0)