mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Quote more
This commit is contained in:
parent
9f35e3ef69
commit
462a55358c
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ function _navi_smart_replace
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -z "$best_match"
|
if test -z "$best_match"
|
||||||
commandline -p (navi --print --query $current_process)
|
commandline -p (navi --print --query "$current_process")
|
||||||
else if test "$current_process" != "$best_match"
|
else if test "$current_process" != "$best_match"
|
||||||
commandline -p $best_match
|
commandline -p $best_match
|
||||||
else
|
else
|
||||||
commandline -p (navi --print --query $current_process)
|
commandline -p (navi --print --query "$current_process")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue