Skip to content

Tags: tony-sol/zsh-autocomplete

Tags

22.01.21

Toggle 22.01.21's commit message
Increase the default minimum delay

21.11.01

Toggle 21.11.01's commit message
Suppress a warning

Fixes marlonrichert#357.

21.09.22

Toggle 21.09.22's commit message
Make the tests compatible with `zsh` 5.4.2

21.08.27

Toggle 21.08.27's commit message
Remove `_gnu_generic` usage

Fixes marlonrichert#318 and possibly marlonrichert#322.

21.08.09

Toggle 21.08.09's commit message
Fix a deadlock in async completion

Fixes marlonrichert#298.

21.06.16

Toggle 21.06.16's commit message
Don't use `$SHELL` in the test

…because that's the login shell, not the current shell.

21.06.01

Toggle 21.06.01's commit message
Fix XDG base dirs handling

Fixes issue marlonrichert#262.

21.05.23

Toggle 21.05.23's commit message
Support `HIST_FIND_NO_DUPS` shell option

Implements issue marlonrichert#129.

21.04.24

Toggle 21.04.24's commit message
Add additional failsafe to `compinit`

21.04.13

Toggle 21.04.13's commit message
Ensure completions are in $fpath before compinit

Hopefully fixes issue marlonrichert#213.