mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Enable async mode by default in newer versions of zsh
Allow users to override the default by unsetting (or setting) the ZSH_AUTOSUGGEST_USE_ASYNC variable. See GitHub issue #498.
This commit is contained in:
parent
19e375bbc8
commit
6c634c1e35
4 changed files with 20 additions and 9 deletions
|
|
@ -1,7 +0,0 @@
|
|||
describe 'suggestion fetching' do
|
||||
it 'is performed synchronously'
|
||||
|
||||
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is set' do
|
||||
it 'is performed asynchronously'
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue