Open kenguru33 opened 3 years ago
Closing current buffer closes all buffers when coc-explorer is activated.
Typing bd should only close current buffer, but closes all buffers and quit nvim. This only occours when coc-explorer is open. Closing coc-explorer, bd is working as expeted.
This seems to be caused by autoclose coc-explorer if only buffer left autocmd in coc-explorer.vim:
Closing current buffer closes all buffers when coc-explorer is activated.
Typing bd should only close current buffer, but closes all buffers and quit nvim. This only occours when coc-explorer is open. Closing coc-explorer, bd is working as expeted.