From bcac26e4282ce287136597262129a2bfb77366b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sat, 5 Dec 2020 00:39:10 +0100 Subject: [PATCH] Fixed test execution strategy --- bundles-init/vim-test.cfg.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles-init/vim-test.cfg.vim b/bundles-init/vim-test.cfg.vim index 2feab5e..157da62 100644 --- a/bundles-init/vim-test.cfg.vim +++ b/bundles-init/vim-test.cfg.vim @@ -1,5 +1,5 @@ " Run tests in the background, send results to the quickfix window -let test#strategy = 'async_background' +let test#strategy = 'asyncrun_background' " Shortcuts nmap :TestSuite