mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Add an extra completion to better exercise choosing first
This commit is contained in:
parent
d94475ca1b
commit
e263845bed
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe 'the `completion` suggestion strategy' do
|
|||
-> do
|
||||
session.
|
||||
run_command('autoload compinit && compinit').
|
||||
run_command('_foo() { compadd bar }').
|
||||
run_command('_foo() { compadd bar; compadd bat }').
|
||||
run_command('compdef _foo baz')
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue