vifm / neovim-vifm

A neovim plugin to use vifm like netrw and NERDTree.
Other
47 stars 1 forks source link

"E85: There is no listed buffer" when starting vim with directory #1

Closed dbeecham closed 7 years ago

dbeecham commented 7 years ago

To reproduce:

Error detected while processing function 49_VifmExitCallback[14]..VifmClose: line 17: E85: There is no listed buffer

xaizek commented 7 years ago

Thanks for the report, @dbeecham.

@rbong, the error is caused by :bprev failing to operate when there is no previous buffer. I guess we can just add silent! in front of it, but maybe you know a better solution?