Linwei

Results 704 comments of Linwei

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: ![图片](https://user-images.githubusercontent.com/3035071/106552458-5d2ebd80-6552-11eb-90d3-0258aaf3e522.png)

sorry, I forgot you are using neovim and I just tested it in vim. Now, It can be reproduced after I switched to neovim: ![图片](https://user-images.githubusercontent.com/3035071/106560928-d0d8c680-6562-11eb-9da3-303fc2cde48e.png) 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 ?