mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-03-05 22:54:25 +08:00
@@ -497,7 +497,7 @@ function! fzf#vim#buffers(...)
|
|||||||
return s:fzf('buffers', fzf#vim#wrap({
|
return s:fzf('buffers', fzf#vim#wrap({
|
||||||
\ 'source': reverse(bufs),
|
\ 'source': reverse(bufs),
|
||||||
\ 'sink*': s:function('s:bufopen'),
|
\ 'sink*': s:function('s:bufopen'),
|
||||||
\ 'options': '+m -x --tiebreak=index --ansi -d "\t" -n 2,1..2 --prompt="Buf> "',
|
\ 'options': '+m -x --tiebreak=index --header-lines=1 --ansi -d "\t" -n 2,1..2 --prompt="Buf> "',
|
||||||
\}), a:000)
|
\}), a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user