misc/vim/syntax: set large value to 'syntax sync'.

R=golang-dev, dsymonds, adg
CC=golang-dev
https://golang.org/cl/4102044
This commit is contained in:
Yasuhiro Matsumoto 2011-01-27 23:03:52 +10:00 committed by Andrew Gerrand
parent 1e17621cbe
commit 90585bde37

View 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"