Age | Commit message (Expand) | Author |
2021-09-22 | feat(lib): allow setting custom completion dots sequence (#9424) | Simon Rogers |
2021-03-25 | fix: use `$USERNAME` guaranteed to always be defined in zsh | Marc Cornellà |
2020-10-21 | Revert "lib: treat _ and - as part of a word" | Marc Cornellà |
2020-09-04 | lib: treat _ and - as part of a word | Marc Cornellà |
2020-08-04 | lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set | Marc Cornellà |
2020-08-02 | lib: substitute COMPLETION_WAITING_DOTS for ellipsis | Marc Cornellà |
2020-05-11 | core: fix zstyle definition of use-cache | Marc Cornellà |
2020-04-05 | lib: speed up slow parts of the lib files; other small fixes | Marc Cornellà |
2020-02-11 | lib: load bash completion functions automatically | Marc Cornellà |
2018-05-07 | Allow completion of dot directories (#6803) | Marc Cornellà |
2016-12-30 | 'lib/completion.zsh: Solve typos' | Patrick José Pereira |
2016-09-22 | Fix styling of lib/completion.zsh | Marc Cornellà |
2016-09-22 | Fix hyphen and underscore filename completion | Gravemind |
2015-09-05 | Switch off line wrapping in case dots occupy extra line | Marc Cornellà |
2015-09-05 | Use prompt expansion sequence to color red the output | Marc Cornellà |
2015-09-05 | Use proper if comparison | Marc Cornellà |
2015-04-29 | Add hyphen insensitivity | Jordan Klassen |
2015-02-16 | Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to... | Andrew Janke |
2015-01-08 | Allow custom cache dir | Stephen |
2014-11-06 | Change all whoami calls for $USER variable | Marc Cornellà |
2014-09-16 | Update Solaris changes to use OSTYPE and zsh datetime module. | Moinak Ghosh |
2014-07-11 | Solaris portability tweaks. | Moinak Ghosh |
2014-06-10 | ignore usernames beginning with underscore | Will Boyce |
2014-03-16 | Ignore more users in ssh completion. | Mariusz Fik |
2014-03-13 | Use zsh's default for ':completion:*:hosts' | Daniel Hahler |
2013-02-08 | Merge remote-tracking branch 'upstream/master' | Sébastien M-B |
2012-08-01 | Correct variable used for global ssh known host completion | Alexis Letessier |
2012-06-25 | Merge remote-tracking branch 'upstream/master' | Sébastien |
2012-06-12 | Change hardcoded ~/.oh-my-zsh to $ZSH. | s3 |
2012-04-12 | Merge remote branch 'upstream/master' | Sébastien M-B |
2011-12-30 | Get the Hostname | Gustavo Barron |
2011-12-22 | Added support for entries in /etc/ssh/ssh_known_hosts. | Kyle Smith |
2011-11-05 | Update completion for SSH | Sébastien M-B |
2011-08-30 | Revert "Enable red dots during completion by default". | Robby Russell |
2011-07-28 | Enable red dots during completion by default | Loïc Yhuel |
2011-07-24 | Display red dots during completion process (disabled by default) | Loïc Yhuel |
2011-04-20 | Merge remote branch 'upstream/master' | Pat Regan |
2011-04-12 | Moved compinit call back to oh-my-zsh.sh, after plugins are loaded | Pat Regan |
2011-04-12 | Revert "Enable alias completion, do not limit completion to just files" | Robby Russell |
2011-04-08 | Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh | Pat Regan |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan |
2011-03-11 | Enable alias completion, do not limit completion to just files | Woody Gilk |
2010-11-03 | Completion fixes | gwjo |
2010-09-26 | Do not complete named-directories | Tomas Kramar |
2010-06-03 | Removing legacy completion code | Robby Russell |
2010-05-07 | Merge remote branch 'jreese/master' | Robby Russell |
2010-05-06 | Don't autoselect first completion entry (Fixes #14) | kremso |
2010-04-08 | Ignore errors from compaudit when using `sudo -s` | John Reese |
2009-12-01 | Revert | Toon Claes |
2009-11-30 | Completion from history | Toon Claes |