1. 27 Oct, 2021 1 commit
    • Marc Cornellà's avatar
      fix(changelog): fix for `${(@ps:$sep:)var}` construct in zsh < 5.0.8 · 1dba1120
      Marc Cornellà authored
      In recent zsh versions, `${(@ps:$sep:)var}` where $sep is a variable containing
      a separator string and $var is a string with multiple values separated by $sep,
      the `p` flag makes zsh correctly expand $sep before splitting $var. In versions
      older than 5.0.8, this doesn't happen, so we use `eval` to get the same effect.
      1dba1120
  2. 26 Oct, 2021 6 commits
  3. 25 Oct, 2021 1 commit
  4. 23 Oct, 2021 1 commit
  5. 20 Oct, 2021 2 commits
  6. 19 Oct, 2021 4 commits
  7. 18 Oct, 2021 1 commit
  8. 13 Oct, 2021 2 commits
  9. 11 Oct, 2021 3 commits
  10. 10 Oct, 2021 1 commit
  11. 09 Oct, 2021 2 commits
  12. 08 Oct, 2021 4 commits
  13. 07 Oct, 2021 3 commits
  14. 06 Oct, 2021 4 commits
  15. 05 Oct, 2021 5 commits