Make asynchronous suggestions disabled by default

While they are still experimental
This commit is contained in:
Eric Freese 2017-04-14 08:48:54 -06:00
commit 83129dd796
5 changed files with 19 additions and 21 deletions

View file

@ -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