From fcbd6c3350bf6b382e39a1fd9c4dbb24a8b26f19 Mon Sep 17 00:00:00 2001 From: Lam Chau Date: Fri, 6 Jun 2025 19:49:35 -0700 Subject: [PATCH] style: use long options for self-documentation --- shell/navi.plugin.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/navi.plugin.fish b/shell/navi.plugin.fish index 4b05a40..9ecfccf 100644 --- a/shell/navi.plugin.fish +++ b/shell/navi.plugin.fish @@ -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