fixup! pass env vars to fingers-copy-command ( IS_UPPERCASE and HINT )

This commit is contained in:
Jorge Morante 2018-02-14 22:52:45 +01:00
parent 988f777faf
commit e216bbc000
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ while read -rsn1 char; do
continue
fi
copy_result "$result"
copy_result "$result" "$input"
revert_to_original_pane "$current_pane_id" "$fingers_pane_id" "$fingers_window_id"