kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Buffers names are not showing up correctly in Vim/Neovim #721

Closed PezCoder closed 7 years ago

PezCoder commented 7 years ago

What ?

Buffer names should be file names ideally but in my case it's coming as -1 when i hit :CtrlPBuffer

screen shot 2016-11-15 at 11 41 21 pm

This is what my :buffers commands gives which is absolutely right.

screen shot 2016-11-15 at 11 45 55 pm

Is this an issue with CtrlP or this is how it shows it ?

My vimrc

https://github.com/PezCoder/dotfiles/blob/master/vimrc

PezCoder commented 7 years ago

I tried removing all the plugins one by one, The Plugin ryanoasis/vim-devicons is messing stuff up. Will raise an issue there.

PezCoder commented 7 years ago

here's a reference for those who are looking to track the fix https://github.com/ctrlpvim/ctrlp.vim/pull/285