You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? (required: The issue will be closed when not provided)
Run :GoDebugStart
Run :GoDebugRestart
What did you expect to happen?
:GoDebugRestart would restart the debug session
What happened instead?
vim-go: [debug] SUCCESS
vim-go: Vim(call):E119: Not enough arguments for function: go#debug#Start
looking at at line 891 of autoload/go/debug.vim call call('go#debug#Start', s:start_args)
the function definition for go#debug#Start at line 556 of autoload/go/debug.vim
function! go#debug#Start(is_test, ...)
expects a is test value
Configuration (MUST fill this out):
Simple go file
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}
vim-go version:
g:plugs['vim-go'].commit = '3ab5d6c'
vimrc you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
What did you do? (required: The issue will be closed when not provided)
Run :GoDebugStart
Run :GoDebugRestart
What did you expect to happen?
:GoDebugRestart would restart the debug session
What happened instead?
vim-go: [debug] SUCCESS
vim-go: Vim(call):E119: Not enough arguments for function: go#debug#Start
looking at at line 891 of autoload/go/debug.vim
call call('go#debug#Start', s:start_args)
the function definition for go#debug#Start at line 556 of autoload/go/debug.vim
function! go#debug#Start(is_test, ...)
expects a is test value
Configuration (MUST fill this out):
Simple go file
vim-go version:
g:plugs['vim-go'].commit = '3ab5d6c'
vimrc
you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):vimrc
Vim version (first three lines from
:version
):VIM - Vi IMproved 8.1 (2018 May 18, compiled Jul 4 2019 23:02:48)
Go version (
go version
):go version go1.12.6 linux/amd64
Go environment
go env
Output:The text was updated successfully, but these errors were encountered: