Merge branch 'develop' into features/completion-suggestions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user