bug: float.default = true creates duplicate windows #282
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Neovim version
Operating system
NixOS Unstable
Description
The title ends up drawing over itself when using

float.default:This seems to be because there's now two windows being drawn. When going to a parent directory and then typing
<C-c>, the old window is revealed behind the new one. I assume that we're just not deleting an old window somewhere that we should.Steps to reproduce
:Canola-to navigate up a directoryMinimal reproduction
Using the minimal reproduction template is giving me this error:
So not sure on this repro tester. But I'm pretty confident it's a Canola problem.
😭 thanks for your patience - fixing htis and the minimal reproduction.