Skip to content

Commit

Permalink
fix: add new g:gotests_template to plugin definition
Browse files Browse the repository at this point in the history
Relates to buoto#9
  • Loading branch information
jakereps authored Jul 21, 2022
1 parent 42abccb commit 58fbcea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/vim-gotests.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 <line1>,<line2>call gotests#tests()
command! GoTestsAll call gotests#alltests()

0 comments on commit 58fbcea

Please sign in to comment.