canola.nvim/lua/oil
Steven Arcangeli 9dbf18a524 fix: silence doautocmd errors
This produced an error when the ssh adapter terminal was open, and then
a connection error occurred. It would produce a `Can't re-enter normal
mode from terminal mode` error.
2023-01-04 01:47:25 -08:00
..
adapters refactor: separate adapter-to-scheme lookup table 2023-01-03 22:09:20 -08:00
mutator fix: restore modified state of current buffer if actions are canceled (#6) 2023-01-03 21:48:49 -08:00
actions.lua feat: Use <C-l> to refresh directory (#7) 2023-01-03 23:08:52 -08:00
cache.lua feat: first draft 2023-01-02 01:34:53 -08:00
columns.lua feat: first draft 2023-01-02 01:34:53 -08:00
config.lua feat: Use <C-l> to refresh directory (#7) 2023-01-03 23:08:52 -08:00
constants.lua feat: first draft 2023-01-02 01:34:53 -08:00
fs.lua fix: copying symlinks 2023-01-02 02:02:34 -08:00
init.lua fix: silence doautocmd errors 2023-01-04 01:47:25 -08:00
keymap_util.lua feat: first draft 2023-01-02 01:34:53 -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: first draft 2023-01-02 01:34:53 -08:00
util.lua feat: display shortened path as title of floating window (#12) 2023-01-04 01:30:33 -08:00
view.lua feat: first draft 2023-01-02 01:34:53 -08:00