From dd4423292ea7a475ef9db9fac8221e3c06bdc90f Mon Sep 17 00:00:00 2001 From: David Symonds Date: Mon, 11 Apr 2011 08:48:19 +1000 Subject: [PATCH] misc/vim: update type highlighting for new reflect package R=adg CC=golang-dev https://golang.org/cl/4385051 --- misc/vim/syntax/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vim/syntax/go.vim b/misc/vim/syntax/go.vim index abb1bf99954..26d7defe365 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