diff options
| -rw-r--r-- | ftplugin/go.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 <buffer> Zr :GoRun .<CR>  nmap <buffer> Zb <Plug>(go-build) +nmap <buffer> Zc <Plug>(go-test-compile)  nmap <buffer> <leader>z <Plug>(go-test)  nmap <buffer> <leader>Z <Plug>(go-test-func) | 
