From bd35da8e9ca0bddd95539bef0c8f4857dc4cc746 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Aug 2014 18:16:33 +0200 Subject: Update --- syntax/go.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'syntax/go.vim') diff --git a/syntax/go.vim b/syntax/go.vim index 76377829..5aabac70 100644 --- a/syntax/go.vim +++ b/syntax/go.vim @@ -50,19 +50,19 @@ if !exists("go_highlight_trailing_whitespace_error") endif if !exists("go_highlight_operators") - let go_highlight_operators = 1 + let go_highlight_operators = 0 endif if !exists("go_highlight_functions") - let go_highlight_functions = 1 + let go_highlight_functions = 0 endif if !exists("go_highlight_methods") - let go_highlight_methods = 1 + let go_highlight_methods = 0 endif if !exists("go_highlight_structs") - let go_highlight_structs = 1 + let go_highlight_structs = 0 endif syn case match -- cgit v1.2.3