- 28 Mar, 2022 1 commit
-
-
Carlo Sala authored
-
- 08 Jan, 2022 1 commit
-
-
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.
-
- 05 Jan, 2022 1 commit
-
-
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.
-
- 29 Dec, 2021 1 commit
-
-
Marc Cornellà authored
-
- 28 Dec, 2021 1 commit
-
-
Carlo Sala authored
BREAKING CHANGE: `cargo` and `rustup` plugins have been moved to the `rust` plugin since they're part of the Rust toolchain. If you're using these, update your .zshrc file to use `rust` instead. Closes #10270 Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 10 Oct, 2019 2 commits
-
-
Marc Cornellà authored
-
jotaro-sama authored
-
- 01 May, 2018 1 commit
-
-
Joseph Richey authored
See the help output for rustc (v1.25)
-
- 01 Nov, 2017 1 commit
-
-
bjorn3 authored
* Update for latest rustc * Some debug option updates * Add some cargo flags * Fix bug in cargo plugin
-
- 27 May, 2016 1 commit
-
-
Alex Light authored
-