mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
PR feedback: add default local value
This commit is contained in:
parent
8464dad600
commit
cba7f2c04f
|
|
@ -135,7 +135,7 @@
|
|||
}
|
||||
|
||||
clipboard_copy_command() {
|
||||
local mouse="$1"
|
||||
local mouse="${1:-false}"
|
||||
# installing reattach-to-user-namespace is recommended on OS X
|
||||
if [ -n "$(override_copy_command)" ]; then
|
||||
override_copy_command
|
||||
|
|
|
|||
Loading…
Reference in a new issue