summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-11-03 17:42:14 +0100
committerjoe <rbo@gmx.us>2025-11-03 17:42:14 +0100
commit1ea14145c30e619591d0b4c99bddeae64ccac3b6 (patch)
tree5af5a01d1f125b22c84939475eb9a94396a02c45 /.local
parentup (diff)
downloaddotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.gz
dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.bz2
dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.xz
dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.zst
dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.zip
up
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/linkview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index aba3993..74ebb1b 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -444,7 +444,7 @@ sub linkview
$answer = fzf_prompt($ARGV[0]);
$ARGV[1] = undef if (exists $ARGV[1] and $ARGV[1] eq '--dmenu');
return unless exists $func_list{$answer};
- $func_list{$answer}->($ARGV[0], $ARGV[1], $answer);
+ $func_list{$answer}->($ARGV[0], $answer);
return;
}