We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7754 commit ee91c93Copy full SHA for ee91c93
autoload/fzf/vim.vim
@@ -981,7 +981,7 @@ function! fzf#vim#snippets(...)
981
let colored = map(aligned, 's:yellow(v:val[0])."\t".v:val[1]')
982
return s:fzf('snippets', {
983
\ 'source': colored,
984
- \ 'options': '--ansi --tiebreak=index +m -n 1 -d "\t"',
+ \ 'options': '--ansi --tiebreak=index +m -n 1,.. -d "\t"',
985
\ 'sink': s:function('s:inject_snippet')}, a:000)
986
endfunction
987
0 commit comments