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
MacOS users may run into this problem because vim defaults to re=1 .
Configuration (MUST fill this out):
vim-go version:
v1.28
vimrc you used to reproduce:
vimrc
setre=1letg:go_highlight_function_calls=1
Vim version (first three lines from :version):
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 18 2023 04:12:26)
Included patches: 1-3995, 4563, 4646, 4774, 4895, 4899, 4901, 4919, 213
Modified by [email protected]
What did you do? (required: The issue will be closed when not provided)
vim main.go
:%s/ a/ a[/
What did you expect to happen?
vim and vim-go continues to work normally.
What happened instead?
"'redrawtime' exceeded, syntax highlighting disabled" is displayed and syntax highlighting is disabled.
This problem could be avoided by either of the following methods:
set re=1
toset re=0
orset re=2
in .vimrcProbably caused by #3397
MacOS users may run into this problem because vim defaults to
re=1
.Configuration (MUST fill this out):
vim-go version:
v1.28
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 18 2023 04:12:26)
Included patches: 1-3995, 4563, 4646, 4774, 4895, 4899, 4901, 4919, 213
Modified by [email protected]
Go version (
go version
):go version go1.21.1 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:The text was updated successfully, but these errors were encountered: