We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd5135 commit ea0204bCopy full SHA for ea0204b
ftplugin/go/commands.vim
@@ -22,7 +22,7 @@ command! -range=0 GoSameIdsToggle call go#guru#ToggleSameIds()
22
command! -range=0 GoSameIdsAutoToggle call go#guru#AutoToggleSameIds()
23
24
" -- calls
25
-command! -range=0 GoCallers call go#calls#Callers(<count>)
+command! -nargs=0 GoCallers call go#calls#Callers()
26
27
" -- tags
28
command! -nargs=* -range GoAddTags call go#tags#Add(<line1>, <line2>, <count>, <f-args>)
0 commit comments