canola.nvim/doc
Barrett Ruth c7b905137c
fix: make parent action a no-op at filesystem root (#109)
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:05:04 -04:00
..
canola.txt feat: add toggle() API for regular windows (#88) 2026-03-08 15:33:45 -04:00
upstream.md fix: make parent action a no-op at filesystem root (#109) 2026-03-09 18:05:04 -04:00