mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Merge branch 'develop' into features/completion-suggestions
This commit is contained in:
commit
d7171232c3
10 changed files with 48 additions and 293 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue