mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +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
|
-> do
|
||||||
session.
|
session.
|
||||||
run_command('autoload compinit && compinit').
|
run_command('autoload compinit && compinit').
|
||||||
run_command('_foo() { compadd bar }').
|
run_command('_foo() { compadd bar; compadd bat }').
|
||||||
run_command('compdef _foo baz')
|
run_command('compdef _foo baz')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue