mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 10:05:17 +00:00
For posterity: this was a very painful lesson. Turns out "BufDelete" doesn't mean "buffer was deleted", it means "buffer was deleted from the buffer list". If you set nobuflisted, BufDelete will be triggered even though the buffer is still loaded and active. |
||
|---|---|---|
| .. | ||
| adapters | ||
| mutator | ||
| actions.lua | ||
| cache.lua | ||
| columns.lua | ||
| config.lua | ||
| constants.lua | ||
| fs.lua | ||
| init.lua | ||
| keymap_util.lua | ||
| layout.lua | ||
| loading.lua | ||
| lsp_helpers.lua | ||
| pathutil.lua | ||
| shell.lua | ||
| util.lua | ||
| view.lua | ||