Conversation
This was referenced Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Normalize Zi's separator-free multiword Zsh option spellings to canonical underscore-separated names:
local_options,no_auto_pushd,extended_glob,warn_create_global,ksh_arrays,err_exit,no_unset, andpipe_fail;setopt,unsetopt,emulate -o,[[ -o ... ]],$options[...], and generated option arguments; andFuture authoring guidance is owned by z-shell/.github#566. This PR intentionally adds no narrow repository CI guard.
Related issues
Part of #449.
Part of z-shell/.github#565.
Type of change
fix- bug fix (non-breaking)feat- new feature (non-breaking)feat!/fix!- breaking changeperf- performance improvementrefactor- code change with no functional impactdocs- documentation onlytest- test addition or correctionbuild- build system or dependency changeci- CI/workflow changestyle- formatting with no behavior changechore- maintenance / dependency bumprevert- revert of an earlier changeChecklist
next; only same-repository hotfixes targetmainnexttomainpromotionCo-authored-bytrailer credits a bot, AI agent, or automationVerification
zcompile -U: all 31 Zsh files passed. The pre-existinglib/zsh/rpm2cpio.zsh:54warning remains.git diff --check: passed.Migration plan
Not required. Zsh accepts both spellings; this is a readability-only normalization with semantic equivalence verified.
Agent handoff
bug-449-option-spellingand linked to its canonical organization guidance.nextrevision.