mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-02-06 09:55:30 +08:00
Add an extra completion to better exercise choosing first
This commit is contained in:
parent
d94475ca1b
commit
e263845bed
@ -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…
Reference in New Issue
Block a user