From 7b15ed9ef455b6b66c6b376898a88aef5d6a9970 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Tue, 26 Apr 2011 09:55:32 +0200 Subject: Imported Upstream version 2011.04.13 --- misc/vim/syntax/go.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/vim/syntax') diff --git a/misc/vim/syntax/go.vim b/misc/vim/syntax/go.vim index 7507cada2..26d7defe3 100644 --- a/misc/vim/syntax/go.vim +++ b/misc/vim/syntax/go.vim @@ -85,7 +85,7 @@ syn match goType /\/ syn match goDeclaration /^func\>/ " Predefined functions and values -syn keyword goBuiltins append cap close closed complex copy imag len +syn keyword goBuiltins append cap close complex copy imag len syn keyword goBuiltins make new panic print println real recover syn keyword goConstants iota true false nil @@ -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 -- cgit v1.2.3