romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

fix(events): `:term` stays open after job finishes on 0.10-nightly #524

Closed Iron-E closed 10 months ago

Iron-E commented 10 months ago

From :h news:

Terminal buffers started with no arguments (and use 'shell') close automatically if the job exited without error, eliminating the (often unwanted) "[Process exited 0]" message.

Closes #522