Make asynchronous suggestions disabled by default
While they are still experimental
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user