vim-tests - Run tests using AsyncRun

This commit is contained in:
Emmanuel BENOîT 2020-12-05 00:19:46 +01:00
parent 18dabcdc18
commit 7df8cb1b7f

View file

@ -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 <silent> <F10> :TestSuite<CR>