Skip to content

Conversation

mgkurtz
Copy link

@mgkurtz mgkurtz commented Jul 28, 2025

Before submitting your Pull Request (PR), please check the following:

  • There is no other PR (open or closed) similar to yours. If there is, please first discuss over there.
  • Your new code in each file follows the same style as the existing code in that file.
  • Each commit messages follows the Seven Rules of a Great Commit Message.
  • Each commit message includes Fixes #<bug> or Resolves #<issue> in its body (not subject, that is, the first line) for each issue it resolves (if any).
  • You have squashed any redundant or insignificant commits.

This was asked for in an old comment. My use case was to have a line

is-at-least 5.9 || zstyle ':autocomplete:*' append-semicolon off

as a quick fix for #797 on old machines, before I wrote #818.

I do assume, this option comes with the risk, that the next time some semicolon suffix struggle arises, people just deactivate this feature and then do not notice, when you fix it. So, merge at your own discretion.

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