From bf3fc450c452df803b0f26cb29ecbcc82b0bfa34 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 7 Sep 2020 19:31:12 +0200 Subject: ftplugin/go.vim: Run shell tests with verbose flag In case I need to add logs for debugging. --- ftplugin/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/go.vim b/ftplugin/go.vim index 1dc680d..a606635 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -35,7 +35,7 @@ nmap Zc (go-test-compile) nmap Zf (go-imports) nmap z (go-test) nmap Z (go-test-func) -nnoremap Zs :execute '!go test ' . fnameescape(expand('%:p:h')) +nnoremap Zs :execute '!go test -v ' . fnameescape(expand('%:p:h')) nmap z :call go#alternate#Switch(1, 'edit') nmap z :call go#alternate#Switch(1, 'vsplit') -- cgit v1.2.3