Giannis Poulis

Results 14 comments of Giannis Poulis

Was this fixed with 97c60287cda1318620b5b2aa9806fa4cb272de08 ?

Yes, the indentation and the bullets are the issue when it comes to `show`. Also, in `copy`, we currently treat a multi line note as separate notes: ```bash $ stup...

Getting same error when using in aws Lambda function.

Having same issue, tried adding `let g:test#preserve_screen = 1`, but it did not help.

Tried it directly with `:Dispatch ./bin/rspec %` and it does pause for a while before dissappearing. However, modifiable is off, I can't do anything. Moving to vim-dispatch.

https://github.com/tpope/vim-dispatch/issues/294

This is tpope's answer: > The solution is to use :Spawn instead of :Dispatch. If you have a default b:dispatch configured, :0Spawn will use it automatically. I don't know if...

I added the config variable. However, the behavior is that of the basic strategy. Should I create the PR so that you can have a look and tell me if...

To be honest, I was using these commits -> 16a005f, 3592eff as an example. Do you mean something like this: ``` function! test#strategy#dispatch(cmd) abort if b:dispatch_command == 'spawn' execute 'Spawn...