mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
style: use long options for self-documentation
This commit is contained in:
parent
0076018ada
commit
fcbd6c3350
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ function _navi_smart_replace
|
|||
if test -n "$best_match"
|
||||
commandline --current-process $best_match
|
||||
if test "$force_repaint" = true
|
||||
commandline -f repaint
|
||||
commandline --function repaint
|
||||
end
|
||||
return
|
||||
end
|
||||
|
|
@ -27,7 +27,7 @@ function _navi_smart_replace
|
|||
if test -n "$candidate"
|
||||
commandline --current-process $candidate
|
||||
if test "$force_repaint" = true
|
||||
commandline -f repaint
|
||||
commandline --function repaint
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue