mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
Run fish_indent
This commit is contained in:
parent
53c1ddf42f
commit
ad49f43157
1 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@ function _navi_smart_replace
|
|||
else
|
||||
set -l best_match (navi --print --best-match --query $current_process)
|
||||
|
||||
if not test $best_match > /dev/null
|
||||
if not test $best_match >/dev/null
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue