Merge branch 'develop' into features/completion-suggestions

This commit is contained in:
Eric Freese
2018-06-11 02:34:24 -06:00
10 changed files with 48 additions and 293 deletions

View File

@@ -15,10 +15,6 @@ describe 'the `completion` suggestion strategy' do
end
context 'when async mode is enabled' do
before do
skip 'Async mode not supported below v5.0.8' if session.zsh_version < Gem::Version.new('5.0.8')
end
let(:options) { ['ZSH_AUTOSUGGEST_USE_ASYNC=true', 'ZSH_AUTOSUGGEST_STRATEGY=completion'] }
it 'suggests the first completion result' do