Linwei

Results 704 comments of Linwei

latest version: :AsyncRun -mode=term -pos=bottom echo 1234

only shell commands are supported Vim‘s internal commands cannot be invoked in the background.

Put them in a external shell script file and run the script by: AsyncRun ~/.vim/scripts/my script.sh

你看 README.md 了没?里面有选项,可以设置编码。 https://github.com/skywind3000/asyncrun.vim/wiki/Quickfix-encoding-problem-when-using-Chinese-or-Japanese

别瞎搞,quickfix 窗口支持 setlocal wrap 的。

命令后面加一个管道接文本格式化命令就行了啊,我晕啊,例如 `fold -w 80` 比如: ``` :AsyncRun echo "1234567890" | fold -w 4 ```

是不是应为他们的输出一直被缓存着,然后瞬间才输出?让你有这种感觉?