]> Cypherpunks repositories - gostls13.git/commitdiff
misc/vim/syntax: set large value to 'syntax sync'.
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 27 Jan 2011 13:03:52 +0000 (23:03 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 27 Jan 2011 13:03:52 +0000 (23:03 +1000)
R=golang-dev, dsymonds, adg
CC=golang-dev
https://golang.org/cl/4102044

misc/vim/syntax/go.vim

index a6b6359187138d4aa791fcc20333e4bf100d2560..bef2a50c5ec828ff5072dcc752c59984a6484b57 100644 (file)
@@ -198,4 +198,6 @@ endif
 hi def link     goExtraType         Type
 hi def link     goSpaceError        Error
 
+syn sync minlines=500
+
 let b:current_syntax = "go"