Skip to content

Commit ea0204b

Browse files
committed
fix :GoCallers to not pass an argument
1 parent 3dd5135 commit ea0204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/go/commands.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ command! -range=0 GoSameIdsToggle call go#guru#ToggleSameIds()
2222
command! -range=0 GoSameIdsAutoToggle call go#guru#AutoToggleSameIds()
2323

2424
" -- calls
25-
command! -range=0 GoCallers call go#calls#Callers(<count>)
25+
command! -nargs=0 GoCallers call go#calls#Callers()
2626

2727
" -- tags
2828
command! -nargs=* -range GoAddTags call go#tags#Add(<line1>, <line2>, <count>, <f-args>)

0 commit comments

Comments
 (0)