From 7df8cb1b7ff1b965c25b75310a2da6016df041f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sat, 5 Dec 2020 00:19:46 +0100 Subject: [PATCH] vim-tests - Run tests using AsyncRun --- 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 ff95e50..2feab5e 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 = 'dispatch' +let test#strategy = 'async_background' " Shortcuts nmap :TestSuite