diff options
Diffstat (limited to 'syntax/go.vim')
-rw-r--r-- | syntax/go.vim | 8 |
1 files changed, 4 insertions, 4 deletions
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 |