zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

Error when other plugins manage windows. #13

Closed jordwalke closed 7 years ago

jordwalke commented 7 years ago

I saw the following error multiple times - when using ctrl-p and closing the ctrlp window via ctrl-c. Do you have any ideas?

screen shot 2017-02-19 at 1 22 59 am
zefei commented 7 years ago

It seems that wintabs is accessing a window that no longer exists, which results in this NPE. I just landed a possible fix (fixing the NPE) but not sure if it fixes the actual problem, can you try it?

jordwalke commented 7 years ago

I think this might have fixed it! Thank you.