vim-bufferline icon indicating copy to clipboard operation
vim-bufferline copied to clipboard

Consistency between vim-airline and vim-bufferline

Open d125q opened this issue 10 years ago • 2 comments

Is there any chance to make the display of buffers between vim-airline and vim-bufferline more consistent, i.e. have them follow the same format? What bothers me the most is that airline displays "[No Name[" for unnamed buffers, while bufferline shows an empty string.

d125q avatar Dec 23 '14 16:12 d125q

see #35

critiqjo avatar Feb 15 '16 12:02 critiqjo

This can be achieved using the following configuration:

let g:bufferline_fname_mod = ':t:s?^$?[No Name]?'

ericbn avatar Jul 29 '16 03:07 ericbn