diff --git a/plugin/vim-gotests.vim b/plugin/vim-gotests.vim index c2d3045..a626366 100644 --- a/plugin/vim-gotests.vim +++ b/plugin/vim-gotests.vim @@ -14,5 +14,9 @@ if !exists('g:gotests_template_dir') let g:gotests_template_dir = '' endif +if !exists('g:gotests_template') + let g:gotests_template = '' +endif + command! -range GoTests ,call gotests#tests() command! GoTestsAll call gotests#alltests()