let g:slime_target = "neovim"
let g:slime_bracketed_paste = 1
let g:slime_python_ipython = 1
When I send a chunk to IPython running in a neovim :terminal, the code gets run successfully but I see the following error output in IPython, wasn't sure if this was to do with vim-slime or with IPython
In [7]: %cpaste -q
def foo():
print("bar")
--
ERROR! Session/line number was not unique in database. History logging moved to new session 33
I have the following settings for
vim-slime
:When I send a chunk to IPython running in a neovim
:terminal
, the code gets run successfully but I see the following error output in IPython, wasn't sure if this was to do withvim-slime
or with IPythonAny ideas?