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
Per the FileChangedShell and timestamp documentation, this is expected behavior when a FileChangedShell autocommand is registered that doesn't handle this itself, nor does it set v:fcs_choice.
Such an autocommand was introduced in this commit.
I'm also submitting a PR to change the autocommand to a FileChangedShellPost which will allow for vim's regular behavior on file changes and still call go#lsp#DidChange.
The text was updated successfully, but these errors were encountered:
What did you do? (required: The issue will be closed when not provided)
What did you expect to happen?
Expect either:
autoread
setWhat happened instead?
Nothing. No prompt or reload is triggered.
Configuration (MUST fill this out):
vim-go version: v1.20+
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 Jun 26 2019 04:36:15)
macOS version
Included patches: 1-1600
Go version (
go version
):go version go1.12.10 darwin/amd64
Go environment
go env
Output:Cause
Per the
FileChangedShell
andtimestamp
documentation, this is expected behavior when aFileChangedShell
autocommand is registered that doesn't handle this itself, nor does it setv:fcs_choice
.Such an autocommand was introduced in this commit.
I'm also submitting a PR to change the autocommand to a
FileChangedShellPost
which will allow for vim's regular behavior on file changes and still callgo#lsp#DidChange
.The text was updated successfully, but these errors were encountered: