diff options
| author | joe <rbo@gmx.us> | 2025-11-03 17:42:14 +0100 | 
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-11-03 17:42:14 +0100 | 
| commit | 1ea14145c30e619591d0b4c99bddeae64ccac3b6 (patch) | |
| tree | 5af5a01d1f125b22c84939475eb9a94396a02c45 | |
| parent | up (diff) | |
| download | dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.gz dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.bz2 dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.xz dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.tar.zst dotfiles-bsd-1ea14145c30e619591d0b4c99bddeae64ccac3b6.zip  | |
up
| -rwxr-xr-x | .local/bin/linkview | 2 | 
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;  }  | 
