Skip to content

fix(compose): wipe buffer on abandon; support :Forge ci <ref>#46

Merged
barrettruth merged 2 commits intomainfrom
fix/compose-abandon-and-ci-ref
Apr 4, 2026
Merged

fix(compose): wipe buffer on abandon; support :Forge ci <ref>#46
barrettruth merged 2 commits intomainfrom
fix/compose-abandon-and-ci-ref

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

Summary

  • Set bufhidden = 'wipe' on issue and PR compose buffers so :q! cleanly discards the draft instead of leaving a stale forge:// buffer in memory
  • Wire the existing positional arg from parse_flags into the CI dispatcher so :Forge ci <ref> filters runs by branch, tag, or SHA
  • Tab-completion for :Forge ci now suggests local branches and tags alongside --all

Closes #43
Closes #27

Set `bufhidden = 'wipe'` on both issue and PR compose buffers so
`:q!` (or any forced quit) cleanly discards the draft instead of
leaving a stale buffer in memory.

Wire the positional arg from `parse_flags` into the CI dispatcher so
`:Forge ci <ref>` filters runs by an arbitrary branch, tag, or SHA.
Tab-completion now suggests local branches and tags alongside `--all`.

Closes #43
Closes #27
@barrettruth barrettruth merged commit 82d57f5 into main Apr 4, 2026
1 check passed
@barrettruth barrettruth deleted the fix/compose-abandon-and-ci-ref branch April 4, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

how to abandon an issue/pr :Forge ci <ref>

1 participant