Linwei
Linwei
reproduce steps ??
I failed to setup an odin environment. could you provide another example in C or C++ or Python ?? My guess: - the process didn't actually exit. - the process...
can't reproduce your error: 
sorry, I forgot you are using neovim and I just tested it in vim. Now, It can be reproduced after I switched to neovim:  After some inspection, I found...
So keep your return code above or equal to zero. OR use a script launch.cmd to start your job: ```batch @echo off call %* exit 0 ``` This `launch.cmd` will...
When using `-mode=term`, the command will run in an internal terminal buffer, not quickfix window. `` can be used to exit terminal mode and switch to terminal normal mode where...
because stdin has been closed by default
你要找找 ag 的参数,让它输出成: ``` 文件名:行号: 内容 ``` 这样的 grep 格式,才能捕获。
This is a python only problem, should not be fixed in asyncrun. What you need is a text filter which will preprocess your source code, take care of the indentation...
什么版本的 vim ?