1. 28 Mar, 2022 1 commit
  2. 08 Jan, 2022 1 commit
    • Joey Territo's avatar
      fix(rust): fix `cargo` completion when sysroot contains spaces (#10571) · c6e7f890
      Joey Territo authored
      When generating completions for Cargo, if the Rust sysroot
      (i.e. `rustc +${${(z)$(rustup default)}[1]} --print sysroot`) contains
      spaces, Cargo completions will not work because the spaces are not
      escaped, thus passing two arguments to the "source" command instead of
      one. The spaces need to be escaped for this to work.
      c6e7f890
  3. 05 Jan, 2022 1 commit
    • Marc Cornellà's avatar
      style: declare globals properly · d3bb52d7
      Marc Cornellà authored
      By default, `typeset` defines variables locally unless in the main scope.
      This is specially bad when using `omz plugin load`, which happens inside
      a function, so the declared variables don't continue being defined when
      the function finishes and the main scope reappears.
      d3bb52d7
  4. 29 Dec, 2021 1 commit
  5. 28 Dec, 2021 1 commit
  6. 10 Oct, 2019 2 commits
  7. 01 May, 2018 1 commit
  8. 01 Nov, 2017 1 commit
  9. 27 May, 2016 1 commit