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
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