skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.86k stars 111 forks source link

asyncrun 在term 下不支持range #229

Open jqhr opened 3 years ago

jqhr commented 3 years ago

如题,我装了asyncrun.vim和terminal_help,今天想选择一段代码然后直接运行的,因为代码太多,专门为一小段代码跑一一个项目太麻烦了, 问题描述: 编辑一个文件时,选中一段代码,然后执行

:'<'>AsyncRun -mode=term -pos=thelp cat

输出如下 图片 cat像是没有输入一样,换echo也是一样,其他我试了python, bash 都是执行了,但没有输入, 如果执行的是

:'<'>AsyncRun -mode=term -pos=thelp echo 123

则运行正常 如果用的不是termial而是copen的话一切正常, 求韦大解决