Skip to content

Conversation

mgkurtz
Copy link

@mgkurtz mgkurtz commented Jul 28, 2025

Fixes #797 on older machines by reverting to pre 11f1145 code for old zsh versions.

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.

I did not look into where the actual incompatibility came from and just tried to

  1. revert only the condition,
  2. revert only the buffer change
  3. revert the whole function

on a 22.04 Ubuntu with zsh 5.8.1.
Only the last option worked, so this is what I suggest.

Fixes marlonrichert#797 on older machines by reverting to pre 11f1145 code.
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.

Autocomplete repeatadly adding a semicolon";" to the end of a command on up arrow
1 participant