ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

fix(bufferline): use `BufDel %d` instead of `bdelete! %d` #1136

Closed Cyberczy closed 6 months ago

Cyberczy commented 6 months ago

When I use the close button on bufferline, it often exits abnormally. After using BufDel %d instead of bdelete! %d, this situation no longer occurs.

Cyberczy commented 6 months ago

fix https://github.com/ayamir/nvimdots/issues/1135