canola.nvim/lua
Barrett Ruth 846efbb0f8 fix: make parent action a no-op at filesystem root
Problem: at the filesystem root (`/`), `actions.parent` triggers a
full `vim.cmd.edit()` and async re-render cycle even though the parent
of `/` is `/`.

Solution: in `canola.open()`, return early when `parent_url` equals
the current buffer name.

Closes #108.
2026-03-09 18:04:48 -04:00
..
canola fix: make parent action a no-op at filesystem root 2026-03-09 18:04:48 -04:00
resession/extensions refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00