metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codi does not update

timonson opened this issue · comments

Issue description

All Codi commands are 'reacting' but it doesn't update. In other words, there is no 'output'. It seems to be similar to these issues:

I tested it with python and javascript and tried a lot of different ways/commands to make codi update.

The /tmp/cmd file is created and executable. After trying it with javascript it contains:
node' '-e' 'require("repl").start({ignoreUndefined: true, useGlobal: true})

I use the newest vim and codi versions on arch linux.

Example

2019-09-05T02:25:10+02:00_487x219

Tried with vim 8.1 (with +job and channel) on Debian. Happens the same thing, no output but only for javascript. Python works fine.

@medeirosjoaquim I am using an older Codi version now. I believe I picked a random one from 2018 and it works there. But it is obviously not optimal and I was not able to figure out which later commit has caused this bug.

Your last changes seem to have fixed this issue @metakirby5