bug: delete.wipe = true doesn't affect background buffer in float mode #304
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#304
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
When in a floating window with
vim.g.canola.delete = "wipe", deleting the buffer that's currently being edited doesn't affect the buffer in the background. I've actually handled a similar thing before with fzf-lua, to allow deleting the current buffer in the picker. Here's the code for some inspiration:Minimal reproduction
Can reproduce with this config:
let me know if this worked (did for me)
Working great, thanks! I'm running out of issues to report, which is a good sign.
LFG