You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending text selection to tmux by repl-send-text, if the selection is too large (~1k lines), it sends the last thing it sent rather than the current selection. Trying to use the %val{selection} expansion or derived forms e.g. %sh{echo $kak_selection} has the same issue, however the selection expansion does not have this issue without using repl-send-text, e.g. echo %val{selection} has the expected behaviour.
Outcome
It sends the last thing it sent rather than the current selection.
Expectations
repl-send-text should send the text selection to a REPL.