We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,我装了asyncrun.vim和terminal_help,今天想选择一段代码然后直接运行的,因为代码太多,专门为一小段代码跑一一个项目太麻烦了, 问题描述: 编辑一个文件时,选中一段代码,然后执行
:'<'>AsyncRun -mode=term -pos=thelp cat
输出如下 cat像是没有输入一样,换echo也是一样,其他我试了python, bash 都是执行了,但没有输入, 如果执行的是
cat
:'<'>AsyncRun -mode=term -pos=thelp echo 123
则运行正常 如果用的不是termial而是copen的话一切正常, 求韦大解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题,我装了asyncrun.vim和terminal_help,今天想选择一段代码然后直接运行的,因为代码太多,专门为一小段代码跑一一个项目太麻烦了,
问题描述:
编辑一个文件时,选中一段代码,然后执行
输出如下
cat
像是没有输入一样,换echo也是一样,其他我试了python, bash 都是执行了,但没有输入,如果执行的是
则运行正常
如果用的不是termial而是copen的话一切正常,
求韦大解决
The text was updated successfully, but these errors were encountered: