vim-test / vim-test

Run your tests at the speed of thought

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toggleterm strategy doesn't work for golang

msvitok77 opened this issue · comments

Hi all, I've tried the toggleterm strategy for my golang tests. But it doesn't work - as the single quotes are misinterpreted. I've fixed it with simple change -> vim-test/autoload/test/strategy.vim:101

execute "TermExec cmd='".substitute(a:cmd, "'", '"', "g")."'"

But there is not quidelines how to become a contributor and create a PR

Thank you for spotting this issue. As for contributing, it's just a simple case of raising a PR with your small change. Let me know if you have any more questions

Here is the PR: #753

Thank you, just merged it in!