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

:BD in fresh vim instance causes unhandled error

Open pwn4 opened this issue 8 years ago • 2 comments

reproduction:

  1. open vim with no files
  2. use ":BD"
  3. You'll see an error like the following:

Error detected while processing function <SNR>15_BufKill: line 5: BufKill Error: array w:BufKillList does not exist! line 6: Restart vim and retry, and if problems persist, notify the author!

pwn4 avatar May 26 '16 21:05 pwn4

Thanks for reporting the problem. It seems I must has some different settings to you as I can't reproduce it. Obviously it's not a common use case, so I guess we can just ignore it?

qpkorr avatar Mar 03 '17 07:03 qpkorr

I reproduced this on neovim 0.10.x. I have to switch to bit101/bufkill.

lljbash avatar Jan 19 '24 07:01 lljbash