Linwei
Linwei
latest version: :AsyncRun -mode=term -pos=bottom echo 1234
那我删除了
自己在当前窗口 :copen 6 了
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 ```
比如哪些变量?
是不是应为他们的输出一直被缓存着,然后瞬间才输出?让你有这种感觉?