[Buffers] Make the current buffer unselectable

Close #193
This commit is contained in:
Junegunn Choi 2016-09-21 13:13:03 +09:00
parent d36b6cb12c
commit 29c3d0769f
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627

View file

@ -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