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.84k stars 109 forks source link

AsyncRun with -pos=tmux fails to execute and pastes into buffer instead #282

Open denisalevi opened 5 months ago

denisalevi commented 5 months ago

Hi there. Recently, my :AsyncRun -mode=term -pos=tmux <command> started to misbehave. Instead of executing in a new tmux pane as it used to, part of the command is pasted into my current buffer.

When I open nvim in /home/<user> and run

:AsyncRun -mode=term -pos=tmux <command>

I end up with


me/<user>'; <command>

pasted into the open nvim buffer.

Not sure if this has to do with my conifg. Any ideas on how to debug this? Any help would be appreciated, thanks!