Enhancements
- 3942311 Increase the default minimum delay
- 18a9bfb Show dotfiles if and only if
GLOB_DOTS
is set- Resolves #384.
- 1a136c9 Complete ~dirstack, then ~dirnames, then ~users
- 85bfd6e Improve completion of executables & dotfiles
- c130eee Exit live history search after accepting a match
- 41bed13 Let most widgets remove history line suffix
- Resolves #370.
- bcdb53f Improve output in command position
- 424ec91 Prefer exact match for recent dirs
- a364a84 Reduce number of files listed for
source
or.
- fe20fc5 Let space remove
;
history line suffix- Resolves #361.
- 7e53055 Improve
cdr
recent dirs sorting - 86cd5e1 Improve completion matching
- d81f760 Improve history search output
Bug fixes
- 06b887a Fix quoting bug in history completion
- Fixes #393.
- debda1c Fix bugs in parameter expansion
- Fixes #380.
- 6f74426 Avoid expanding command substitution
- Fixes #374.
- 5d64d38 Fix global param bug in zle-flags()
- 7727d97 Work around comp functions with bad return values
- dacf6aa Avoid global/nested var warning in
compdef
- bfa331e Suppress completion warning for empty command word
- Fixes #369.
- 8a538ff Don't pass -C flag to
compinit
- a37ca02 Fix a bug in correct/approximate completer
- 21622da Fix a bug in ancestor dirs completion
- 06e783e Fix a bug in glob completion
- de71c33 Fix array expansion bugs in list trimming logic
- b41b563 Simplify ancestor/recent dirs completion
- Fixes part of #363.
- 33979b2 Fix a bug in async completion
- Fixes part of #363.
- a131719 Don't
autoload
with stickyemulate
- Fixes part of #363.
- 3f357fc Improve the "no completions" warning
- Fixes part of #363.
- 443544f Prevent syntax highlight from wrapping autosuggest
- efc951d Ensure default tab style is
complete-word
- 0e8aca6 Escape glob chars in
histfindnodups
mode- Fixes part of #362.