Jonathan Palardy
Jonathan Palardy
Hi @konradzdeb I've been thinking about this problem, and, for now, I'm using [this script](https://github.com/jpalardy/dotfiles/blob/main/bin/vimrepl). What it does: - creates a file with a generated name, `_vimrepl.EXT` - opens that...
Hi @Suyashtnt I'm not against it, but someone will have to write/maintain it. Let me know if that's something you would consider 👍
hi @hungpham3112 have you tried tmux? does this only happen with vim terminal?
We can iterate: if you try different combinations are find something, let me know.
Is that just with julia? Do other REPL behave the same?
ok, keep me posted
Hi @Barzi2001 Do you know what line/function is causing a problem? If you give me a step-by-step, I can try to reproduce (minx the windows 10 part)
Hi @Barzi2001 what I did: * new docker container, ubuntu:latest image * put (only) your config in .vimrc * install vim, ipython3, vim-slime * start vim, `:terminal`, `ipython3` ![Screen Shot...
``` # ipython3 --version 7.13.0 ``` 🤔 if you have a better step-by-step, I'm willing to try that. It _might_ be a problem with versions too. A docker recipe would...
This certainly looks like it's breaking on the vim-slime side (rather than anything having to do with Windows and/or ipython) `:help e471` says ``` E471 Argument required This happens when...