You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call :call VimuxRunCommand("echo 'foobar'"), I get o 'foobar' printed where my cursor was in the buffer. If I use vim-test with strategy vimux within a Go test, I get the following printed in my buffer:
ear; echo -e 'go test -run '\''TestSomething$'\'' ./dir'; go test -run 'TestSomething$' ./dir
In both cases, no tmux split is created. How can I debug this further and fix it?
The text was updated successfully, but these errors were encountered:
My setup:
When I call
:call VimuxRunCommand("echo 'foobar'")
, I geto 'foobar'
printed where my cursor was in the buffer. If I use vim-test with strategyvimux
within a Go test, I get the following printed in my buffer:In both cases, no tmux split is created. How can I debug this further and fix it?
The text was updated successfully, but these errors were encountered: