Files
pure/async.zsh
Mathias Fredriksson d826130a1a Update zsh-async to fix multi-space path bug
If a directory was named `hello  world` (two spaces) this would
previously have resulted in pure trying to `cd` into `hello world` (one
space) to perform git actions. This issue was fixed in zsh-async 1.3.0.

There might also have been other cases, e.g. a newline in the directory
name.
2016-09-02 20:22:01 +03:00

9.7 KiB