index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
completion.zsh
Age
Commit message (
Expand
)
Author
2012-08-01
Correct variable used for global ssh known host completion
Alexis Letessier
2012-06-12
Change hardcoded ~/.oh-my-zsh to $ZSH.
s3
2011-12-30
Get the Hostname
Gustavo Barron
2011-12-22
Added support for entries in /etc/ssh/ssh_known_hosts.
Kyle Smith
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
2009-11-08
Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ...
Robby Russell
2009-10-26
Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67
Robby Russell
2009-10-12
Added some comment
To1ne
2009-10-07
should probably use the value of CASE_INSENSITIVE
Matthew Donoughe
2009-10-07
allow case sensitivity to be toggled
Matthew Donoughe
2009-09-23
merge upstream
James Cox
2009-09-23
Moving all zsh config options into a lib/ subdirectory to make way for some u...
Robby Russell