caleb-allen / VimBindings.jl

Vim bindings for the Julia REPL
https://caleb-allen.github.io/VimBindings.jl/
MIT License
111 stars 3 forks source link

REPL hangs when trying to delete last line #84

Closed ArbitRandomUser closed 1 year ago

ArbitRandomUser commented 1 year ago

steps to reproduce :

open julia REPL with vimbindings.jl

type 2 lines .

julia> function f()
       end

place cursor on end in the above , hit dd -> line gets removed, hit dd again -> repl hangs.

caleb-allen commented 1 year ago

@ArbitRandomUser I'll submit a package update in the next day or two with a fix for this, keep an eye out

caleb-allen commented 1 year ago

@ArbitRandomUser 0.3.10 is now available!