From 4b3381314f590c8338c81a5ac71aac9007fea343 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 16 Jan 2008 21:29:45 +0000 Subject: [PATCH] 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 --- thrift.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.17.1