mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Make asynchronous suggestions disabled by default
While they are still experimental
This commit is contained in:
parent
40b96f6cfd
commit
83129dd796
5 changed files with 19 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
describe 'suggestion fetching' do
|
||||
it 'is performed asynchronously'
|
||||
it 'is performed synchronously'
|
||||
|
||||
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is unset' 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