canola.nvim/lua/oil
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
..
adapters fix: more detailed information when ssh connection fails (#27) 2023-01-19 00:40:58 -08:00
mutator refactor: only gc oil buffers once all oil bufs are hidden 2023-02-24 07:55:39 -08:00
actions.lua feat: action to open entry in new tab (#52) 2023-01-28 16:19:45 -08:00
cache.lua feat: first draft 2023-01-02 01:34:53 -08:00
columns.lua Replaced ? with file icon 2023-01-04 14:52:14 +02:00
config.lua feat: config function to define which files are hidden (#58) 2023-02-22 21:11:11 -08:00
constants.lua feat: first draft 2023-01-02 01:34:53 -08:00
fs.lua fix: shortened path for current directory is '.' 2023-01-21 18:03:21 -08:00
init.lua fix: set alternate buffer when inside oil (#60) 2023-02-24 06:24:44 -08:00
keymap_util.lua fix: always close keymap help window (#17) 2023-01-05 10:09:36 -08:00
loading.lua feat: first draft 2023-01-02 01:34:53 -08:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
repl_layout.lua feat: first draft 2023-01-02 01:34:53 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua fix: edge case where opening a file would delete its contents 2023-02-03 13:53:01 -08:00
view.lua refactor: only gc oil buffers once all oil bufs are hidden 2023-02-24 07:55:39 -08:00