Skip to content

fix(cmd): allow bar-chained Forge commands#265

Merged
barrettruth merged 1 commit intomainfrom
fix/forge-command-bar
Apr 15, 2026
Merged

fix(cmd): allow bar-chained Forge commands#265
barrettruth merged 1 commit intomainfrom
fix/forge-command-bar

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

Problem

:Forge ... | ... was parsed as trailing characters because the user command did not opt into bar separators.

Solution

Set bar = true on :Forge and add a command spec that verifies a chained :Forge clear | ... invocation works.

Set the Forge user command to accept | separators so chained Ex commands work instead of failing with trailing characters.
@barrettruth barrettruth merged commit cc6ca6f into main Apr 15, 2026
8 checks passed
@barrettruth barrettruth deleted the fix/forge-command-bar branch April 15, 2026 00:48
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.

1 participant