Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
225f8b0
)
Fix typo of current
author
Mark Slee
<mcslee@apache.org>
Wed, 16 Jan 2008 21:29:45 +0000
(21:29 +0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 16 Jan 2008 21:29:45 +0000
(21:29 +0000)
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
patch
|
blob
|
history
diff --git
a/thrift.vim
b/thrift.vim
index
83e7403
..
bb849a3
100644
(file)
--- a/
thrift.vim
+++ b/
thrift.vim
@@
-72,4
+72,4
@@
if version >= 508 || !exists("did_thrift_syn_inits")
delcommand HiLink
endif
-let b:curren
c
t_syntax = "thrift"
+let b:current_syntax = "thrift"