Klafyvel / nvim-smuggler

Send code to your Julia REPL, get diagnostics in return.
MIT License
21 stars 2 forks source link

sending a single character to the REPL no longer works #35

Closed ArbitRandomUser closed 2 months ago

ArbitRandomUser commented 2 months ago
a=1
a

send the second line only does not send anything to the repl

ArbitRandomUser commented 2 months ago

adding to this, this seems to not work only in the eval by statement mode .

ArbitRandomUser commented 2 months ago

tested it out on the older version 0.3.0; it seems to have been there before the new release too

Klafyvel commented 2 months ago

This is probably a mark positioning error when doing selection by line or by character, most likely in reslime.lua. I'm struggling on the other issue for now and will probably give up for tonight. Perhaps rolling back to an older version is wiser for now.

Klafyvel commented 2 months ago

Fixed in REPLSmuggler.jl.