Open schnittchen opened 2 weeks ago
And suddenly there's an effect.
I'll investigate further
Edit: Indeed, the effect is not immediate unless the variable is not set initially. Maybe it's being cached
What command are you using to execute your commands? I have found that some, especially TestLatest
, reuse the last settings.
Looking at source: https://github.com/vim-test/vim-test/blob/8872ec0f788af934386b2aef0cd28a5c2b923146/autoload/test.vim#L70-L77 there are some flows where the setting is not read. You can try print-debugging that file by adding some echom strategy
and sourcing it or restarting vim to update plugin source code.
I've tried
and nothing ever changes. I've read out the value using
let [g:]test#strategy
after test running to make sure it's not overwritten.