From: David Symonds Date: Sun, 10 Apr 2011 22:48:19 +0000 (+1000) Subject: misc/vim: update type highlighting for new reflect package X-Git-Tag: weekly.2011-04-13~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dd4423292ea7a475ef9db9fac8221e3c06bdc90f;p=gostls13.git misc/vim: update type highlighting for new reflect package R=adg CC=golang-dev https://golang.org/cl/4385051 --- diff --git a/misc/vim/syntax/go.vim b/misc/vim/syntax/go.vim index abb1bf9995..26d7defe36 100644 --- a/misc/vim/syntax/go.vim +++ b/misc/vim/syntax/go.vim @@ -181,7 +181,7 @@ if go_highlight_extra_types != 0 syn match goExtraType /\/ syn match goExtraType /\/ syn match goExtraType /\<\(os\.Error\)\>/ - syn match goExtraType /\/ + syn match goExtraType /\/ syn match goExtraType /\/ endif