bug(main): float title overlaps directory listing #336
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#336
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
mainbranchmainbranch, the backwards-compatible oil trackbranch = 'main'left intactNeovim version
Operating system
macOS 15
Description
The float title overlaps the file listing when
'winborder'is set to anything other than the empty string"".Steps to reproduce
I reproduced with a clean install and this
init.lua, launch nvim and run:Oil --float.This happens both with the
mainandcanolabranches. It does not happen in the original Oil.Minimal reproduction
Apologies for this. Fixed in both canola and main branches.