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)
Update / install to neovim nightly release with commit a27419f3 or after (builds from Nov 04 2024 and beyond).
Use vim-go plugin
Following error will appear:
Error detected while processing CursorHold Autocommands for "<buffer=1>"..function go#lsp#DidChang
e[13]..go#lsp#DidOpen[10]..16[2]..<SNR>187_newlsp[474]..go#path#CheckBinPath[8]..go#path#BinPath[8
]..go#util#env[7]..go#util#gobin[1]..<SNR>138_exec[2]..go#util#Shelljoin[27]..CursorHold Autocomma
nds for "<buffer=1>"..function go#lsp#DidChange[13]..go#lsp#DidOpen[10]..16[2]..<SNR>187_newlsp[47
4]..go#path#CheckBinPath[8]..go#path#BinPath[8]..go#util#env[7]..go#util#gobin[1]..<SNR>138_exec[2
]..go#util#Shelljoin:
line 17:
E519: Option not supported: noshellslash
What did you expect to happen?
Opening a file with vim-go plugin loaded occurs successfully without error.
What did you do? (required: The issue will be closed when not provided)
What did you expect to happen?
Opening a file with vim-go plugin loaded occurs successfully without error.
What happened instead?
Error in vim-go util.vim shelljoin function:
vim-go/autoload/go/util.vim
Line 317 in ac1fb96
Configuration (MUST fill this out):
vim-go version: via git modules @ ac1fb96
vimrc
you used to reproduce: (not included, will just submit a PR)Vim version (first three lines from
:version
):Go version (
go version
):Go environment
go env
Output:gopls version
gopls version
Output:The text was updated successfully, but these errors were encountered: