vim-go
vim-go copied to clipboard
Check function exists
:let $XXX = 1
:echo go#util#env("XXX")
Does not work since does not check function go#util#xxx exists.
Which go environment variables from go env are used in vim-go, but don't have a go#util#xxx function?