diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-27 18:16:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-08-27 18:16:33 +0200 |
commit | bd35da8e9ca0bddd95539bef0c8f4857dc4cc746 (patch) | |
tree | 2eda075ecdbeb5a05a536c3a91272559ee936989 /syntax/go.vim | |
parent | 91da1ec2a5e8fb926535160ef4644ff879d3ee08 (diff) | |
download | vim-polyglot-1.10.1.tar.gz vim-polyglot-1.10.1.zip |
Updatev1.10.1
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 |