vim-tests - Run tests using AsyncRun
This commit is contained in:
parent
18dabcdc18
commit
7df8cb1b7f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue