hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
493 stars 42 forks source link

Failed to working with `regexpengine=1` and bufdelete.nvim plugin #80

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 1 year ago

Hi, I'm using nvim-cmp with cmp-cmdline. There's an error after I use option set regexpengine=1 and execute :Bdelete! (bufdelete.nvim):

image image

Would you please help check that?