You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2013/10/24 22:14:40 UTC

git commit: THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union'

Updated Branches:
  refs/heads/master 0d671c091 -> 8203a149e


THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union'

Patch: Matt Butcher


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/8203a149
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/8203a149
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/8203a149

Branch: refs/heads/master
Commit: 8203a149eb5044a3fbf5fafbb41b4006e49b8b7c
Parents: 0d671c0
Author: Jens Geyer <je...@apache.org>
Authored: Thu Oct 24 22:14:22 2013 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Thu Oct 24 22:14:22 2013 +0200

----------------------------------------------------------------------
 contrib/thrift.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/8203a149/contrib/thrift.vim
----------------------------------------------------------------------
diff --git a/contrib/thrift.vim b/contrib/thrift.vim
index 79ce547..3000b46 100644
--- a/contrib/thrift.vim
+++ b/contrib/thrift.vim
@@ -52,7 +52,7 @@ syn keyword thriftKeyword namespace
 syn keyword thriftKeyword xsd_all xsd_optional xsd_nillable xsd_attrs
 syn keyword thriftKeyword include cpp_include cpp_type const optional required
 syn keyword thriftBasicTypes void bool byte i16 i32 i64 double string binary
-syn keyword thriftStructure map list set struct typedef exception enum throws
+syn keyword thriftStructure map list set struct typedef exception enum throws union
 
 " Special
 syn match thriftSpecial "\d\+:"