From e353dd33dfad9471fad30d983cd357e907874794 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Sun, 20 Dec 2020 20:58:24 +0900 Subject: [PATCH] syntax/go: comment out syn sync minlines=500 --- syntax/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/go.vim b/syntax/go.vim index 432b7e66..a56b0ebc 100644 --- a/syntax/go.vim +++ b/syntax/go.vim @@ -443,7 +443,7 @@ endif " There's a bug in the implementation of grouphere. For now, use the " following as a more expensive/less precise workaround. -syn sync minlines=500 +" syn sync minlines=500 let b:current_syntax = "go"