Linwei

Results 694 comments of Linwei

It only supports cmd.exe on windows. But there is an alternative way: ```VimL :AsyncRun powershell /C "1 + 3" ```

AsyncRun allows users to save the content when autocmd `AsyncRunStop` is triggered. You can listen to this event and write the content to a file.

I just can't figure out a simple way to filter out them. And I will take some time to think about it

Linux: ```VimL :call system("touch index.db &") ``` Windows: ```VimL :!start /b cmd.exe /C xxxxxx ```

Right now, you can just comment this line: https://github.com/skywind3000/asyncrun.vim/blob/master/plugin/asyncrun.vim#L644 I will think about a new option to disable showing command in the feature.

Multi-line error output is just broken in vim, I agree that. Not familiar with elixir, so it takes me time to understand what the problem is . After comparing two...

You can see the syntax highlight if the error output of exunit is correctly matched by errorformat in quickfix window: ![asyncrun-highlight]![asyncrun-highlight](https://raw.githubusercontent.com/skywind3000/asyncrun.vim/master/doc/errormarker.jpg) See line 4-6 in quickfix window btw, Cargo +...

支持的,看 “[内部变量](https://github.com/skywind3000/asynctasks.vim/blob/master/README-cn.md#%E5%86%85%E9%83%A8%E5%8F%98%E9%87%8F)” 一节:

这个需要跨平台的,你这个在 windows 下直接 crash