| Age | Commit message (Collapse) | Author | 
|---|
|  | This reverts commit 7d298a3059f4df72866b4ef649675b594120f453. | 
|  | The `shwordsplit` option affects all variables and we only need to split
the `$EDITOR` variable. Because of that, using `${=spec}` is a much better
alternative.
More info at
http://zsh.sourceforge.net/Doc/Release/Expansion.html#index-SH_005fWORD_005fSPLIT_002c-toggle | 
|  |  | 
|  | - Use `emulate -L zsh` to make all variables local.
- Use `shwordsplit` to interpret `$cmd` spaces correctly.
- Rename `$project` and `$file` variables to the more appropriate `$basedir`
  and `$project`. | 
|  | - `$PROJECT_PATHS/*` wasn't working correctly. You have to iterate over
  its elements in order to use globbing with it.
- The `$projects:t` line wasn't necessary if we used `compadd`.
- `compadd` better supports destructuring an array with spaces in some
  of its elements. | 
|  |  | 
|  |  | 
|  | https://github.com/robbyrussell/oh-my-zsh/commit/bce74975d055529cbd186782e2fd99e6da840460 | 
|  |  | 
|  |  | 
|  | depending on date format + add support for projects with spaces in them | 
|  |  |