Lots of async changes

This commit is contained in:
Eric Freese 2017-02-16 19:18:03 -07:00
commit ed8056c5e8
35 changed files with 384 additions and 1133 deletions

View file

@ -0,0 +1,7 @@
describe 'suggestion fetching' do
it 'is performed asynchronously'
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is unset' do
it 'is performed synchronously'
end
end