vim-slime icon indicating copy to clipboard operation
vim-slime copied to clipboard

input garbled sending to tmux and julia REPL

Open nilsbecker opened this issue 2 months ago • 5 comments

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

nilsbecker avatar Oct 20 '25 14:10 nilsbecker

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

nilsbecker avatar Oct 20 '25 15:10 nilsbecker

One more check: on Terminal.app I see the same behavior.

nilsbecker avatar Oct 21 '25 06:10 nilsbecker

It seems that if I uninstall the Julia package VimBindings, the expected behavior is restored. I'm suspecting that package is at fault.

nilsbecker avatar Oct 21 '25 06:10 nilsbecker

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.

jpalardy avatar Oct 22 '25 17:10 jpalardy

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.

github-actions[bot] avatar Dec 24 '25 10:12 github-actions[bot]