fix(compose): clarify native abandon flow #204
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim!204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/compose-abandon-native"
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?
Problem
Compose and edit buffers already behaved like native
acwritebuffers, but forge.nvim only made the submit path obvious. That left the discard path feeling ambiguous even though normal Neovim quit and buffer-delete commands already handled it.Closes #200.
Solution
Make the native abandon flow explicit in both the compose buffer copy and
:help forge-compose, and add focused specs covering:q,:q!,:bd,:bd!,:bwipeout, and:bwipeout!.