input garbled sending to tmux and julia REPL
This is similar to #429 . I am using MacVim, vim-slime, tmux, Julia 1.12.1 REPL. The issue appeared after upgrading Julia from 1.11 to 1.12.1. vim-slime installed via VimPlug and up to date.
original line in vim:
using HypothesisTests
display in REPL after SlimeSend
julia> usin HypothesisTestsg
ERROR: ParseError:
# Error @ REPL[169]:1:5
usin HypothesisTestsg
# └───────────────┘ ── extra tokens after end of expression
I double checked with the LTS version Julia 1.10.10 . The problem does not occur with that version.
Pasting text from the system clipboard with cmd-V works reliably with 1.12.1, 1.11 and 1.10.10
One more check: on Terminal.app I see the same behavior.
It seems that if I uninstall the Julia package VimBindings, the expected behavior is restored. I'm suspecting that package is at fault.
Hi @nilsbecker
Thanks for the background research 👍
I subscribed to https://github.com/caleb-allen/VimBindings.jl/issues/118 and we'll see what happens.
Ping me if you need anything.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.