You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: {{{ ... }}} commands and many predefined nonterminals (e.g. <PATH>, etc) are now allowed
in fewer places to keep grammars unambiguous. It statically safeguards against some bugs in completion
scripts.
Breaking: Releases aren't published via Homebrew anymore -- use cargo install.
Breaking: JIT completion now emits shell scripts (as opposed to plain strings) in all shells. Integration scripts need to be adjusted accordingly. Details in README.md.
Fixed
Autoloading of ZSH completion scripts works now (#38)
Added
Fallback completions. It's only implemented in JIT mode for now. See README for details.