:e kills preview #57
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim#57
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?
this is because we only hook into
BufUnload, triggered by:e, which just kills the previeweris
BufUnloadthe right event to hook into for close? consider all circumstances:navigating to another buffer, removing it from the window, etc.
what's reasonabe default behavior?
should there be an option for this viewing (i.e. auto-clsoe when not VISIBILE vs auot-close on delete/wipeout?)