Tim Rand
Results
2
comments of
Tim Rand
This issue also affects vim-slime plug-in (to send block of code to julia REPL for evaluation). Without ssfrr's hack, an extra ']' is appended to any line of code that...
``` # startup.jl # to automate adding OhMyREPL package to REPL on startup atreplinit() do repl try @eval using OhMyREPL catch e @warn "error while importing OhMyREPL" e end @async...