From: Mark Slee Date: Wed, 16 Jan 2008 21:29:45 +0000 (+0000) Subject: Fix typo of current X-Git-Tag: 0.2.0~1039 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4b3381314f590c8338c81a5ac71aac9007fea343;p=common%2Fthrift.git Fix typo of current Summary: Whoops. Reviewed By: dreiss Other Notes: Submitted by Patrick Collison git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665433 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/thrift.vim b/thrift.vim index 83e74036..bb849a30 100644 --- a/thrift.vim +++ b/thrift.vim @@ -72,4 +72,4 @@ if version >= 508 || !exists("did_thrift_syn_inits") delcommand HiLink endif -let b:currenct_syntax = "thrift" +let b:current_syntax = "thrift"