From 374c5af58460f437cfaef093ed9f7347b210a5da Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 May 2019 00:15:15 +0200 Subject: ftplugin/go.vim: Add mapping to `:GoTestCompile` Make it faster to compile tests without running them. --- ftplugin/go.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/go.vim b/ftplugin/go.vim index bef148e..fef741b 100644 --- a/ftplugin/go.vim +++ b/ftplugin/go.vim @@ -28,5 +28,6 @@ setlocal commentstring=//\ %s nmap Zr :GoRun . nmap Zb (go-build) +nmap Zc (go-test-compile) nmap z (go-test) nmap Z (go-test-func) -- cgit v1.2.3