fix bug
This commit is contained in:
parent
ba8cc6ca62
commit
ba8dbaf7d5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ set names (string split --fields 2 ' ' $engines)
|
||||||
set urls (string split --fields 3 ' ' $engines)
|
set urls (string split --fields 3 ' ' $engines)
|
||||||
|
|
||||||
function search
|
function search
|
||||||
set input (prompt --mesg=$names[$argv[1]])
|
set input (prompt --prompt="$names[$argv[1]] " --mesg=(string join ', ' $bindings) || exit)
|
||||||
|
|
||||||
if contains $input $bindings
|
if contains $input $bindings
|
||||||
search (contains -i $input $bindings)
|
search (contains -i $input $bindings)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue