Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change != !=s not-eq to only accept two arguments #1767

Closed
xiaq opened this issue Feb 18, 2024 · 0 comments
Closed

Change != !=s not-eq to only accept two arguments #1767

xiaq opened this issue Feb 18, 2024 · 0 comments

Comments

@xiaq
Copy link
Member

xiaq commented Feb 18, 2024

Originally proposed in #1662 (comment)

xiaq added a commit that referenced this issue Feb 18, 2024
This construct is only used in two places - grouping numerical comparison
commands together and grouping string comparison commands together. However,
grouping them together makes it impossible to look up their individual elvdocs,
for example using "doc:show '<'", so abandon this half-baked grouping mechanism.

In future a more general mechanism to group symbols together may be introduced.

Document != and !=s as if they only take two arguments, addressing #1767. The
actual change will be done in a separate commit.
@xiaq xiaq closed this as completed in b310bfe Feb 18, 2024
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

No branches or pull requests

1 participant