canola.nvim/lua/oil/mutator
Steven Arcangeli 0b2a4ddde1 refactor: only gc oil buffers once all oil bufs are hidden
Previously we were gc-ing all hidden oil buffers 2 seconds after they
were hidden. I think this is a little too magical, and interferes with
some expected vim behavior (ctrl-o/i). If people want the old behavior,
we can expose the "GC hidden buffers" function via the API.

We're also changing the "rerender visible oil buffers" logic, because
previously that would delete hidden oil buffers. Now it simply marks
them as dirty, and they will be rerendered during the next BufEnter.
2023-02-24 07:55:39 -08:00
..
disclaimer.lua feat: config option to skip the disclaimer 2023-01-20 02:00:37 -08:00
init.lua refactor: only gc oil buffers once all oil bufs are hidden 2023-02-24 07:55:39 -08:00
parser.lua feat: config function to define which files are hidden (#58) 2023-02-22 21:11:11 -08:00
preview.lua fix: don't show preview if there are no changes (#19) 2023-01-06 18:25:48 -08:00
progress.lua feat: first draft 2023-01-02 01:34:53 -08:00
trie.lua feat: first draft 2023-01-02 01:34:53 -08:00