fix(compose): clarify native abandon flow #204

Merged
barrettruth merged 1 commit from fix/compose-abandon-native into main 2026-04-12 22:06:35 +00:00
barrettruth commented 2026-04-12 22:05:45 +00:00

Problem

Compose and edit buffers already behaved like native acwrite buffers, 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!.

## Problem Compose and edit buffers already behaved like native `acwrite` buffers, 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!`.
Sign in to join this conversation.
No description provided.