Julia 1.13.0 startup `SearchState` error on startup when OhMyREPL is installed
Julia Programming Language
Julia 1.13.0 startup `SearchState` error on startup when OhMyREPL is installed
Error: Error in the keymap │ exception = │ UndefVarError: `SearchState` not defined in `REPL.LineEdit` I am aware that this has cropped up before some key bindings in repl .. It errors with or without using TerminalPager, here is the top part of my startup.jl : println("running ~./julia/config/startup.jl") #using TerminalPager using OhMyREPL using Pkg atreplinit() do repl try @eval using Revise @async Revise.wait_steal_repl_backend() println("Revise version =...
0 comments
No comments yet.