Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit 706aa56

Browse files
committed
Fix a command in the vimrc
1 parent 75a7292 commit 706aa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ augroup END
166166
function! s:build_go_files()
167167
let l:file = expand('%')
168168
if l:file =~# '^\f\+_test\.go$'
169-
call go#cmd#Test(0, 1)
169+
call go#test#Test(0, 1)
170170
elseif l:file =~# '^\f\+\.go$'
171171
call go#cmd#Build(0)
172172
endif

0 commit comments

Comments
 (0)