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