asyncrun.vim
asyncrun.vim copied to clipboard
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
Awesome plugin! We all dislike to run terrible code, but there will still be some case like #204 and we have to restart (neo)vim instance. So I think it's great...
Error detected while processing function AsyncRun_Job_OnTimer: line 11: E716: Key not present in Dictionary: "once == 0" Press ENTER or type command to continue Error detected while processing function AsyncRun_Job_OnTimer:
Hi, Is this plugin able to run command in my zsh shell with aliases I have in zshrc?
let's say I have a range of text selected, and now I want it to be sent over ssh to a remote machine: I tried both of these, nothing works:...
the output  expected result 
Running a command in a terminal like `:AsyncRun -mode=term du /` can't be stopped with `:AsyncStop`. Running AsyncStop does absolutely nothing, but if I focus the terminal window and input...
After updating asyncrun the quickfix window is not opening automatically when containing text. vim 8.2 - patches 1-3423 asyncrun:2.9.11 augroup vimrc autocmd! autocmd QuickFixCmdPost * botright copen 8 autocmd QuickFixCmdPost...
比如目前的运行结果: :AsyncRun -save=1 -focus=1 pytest 可否在下列输出中去掉前缀的两个竖线? ``` || [pytest] || ============================================================================================================= test session starts ============================================================================================================= || platform linux -- Python 3.8.5, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 || rootdir: /test_pytest || plugins: f5-sdk-3.0.21...
I noticed that the output of asyncrun is limited to 80 columns. The following python code determines my current terminal width: ``` $ python -c 'import shutil; print(shutil.get_terminal_size())' os.terminal_size(columns=184, lines=52)...
asyncrun.vim will output something like this ``` || [xxxxxx] ... ... || Hello, world! || [Finished in 2 seconds] ``` I need copy the output of my cmd. Can I...