parent
d36b6cb12c
commit
29c3d0769f
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ function! fzf#vim#buffers(...)
|
|||
return s:fzf('buffers', fzf#vim#wrap({
|
||||
\ 'source': reverse(bufs),
|
||||
\ '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)
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue