stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.36k stars 91 forks source link

Return from delete_hidden_buffers when win type is command #394

Closed csponge closed 1 month ago

csponge commented 1 month ago

Fixes an issue where attempting to delete hidden buffers when in a command window throws an error.

Ref: https://github.com/stevearc/oil.nvim/issues/390

stevearc commented 1 month ago

Thanks for the PR!