Thrift: Fix thrift.vim.
authorDavid Reiss <dreiss@apache.org>
Mon, 6 Aug 2007 20:56:30 +0000 (20:56 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 6 Aug 2007 20:56:30 +0000 (20:56 +0000)
commit6148175aea790e2e009e4605917967dfd5e58158
treecfa2eaf2e61a56d923a9fece729079fba830b164
parent202111d2e9cb351ac77929f573569625a3937308
Thrift: Fix thrift.vim.

Summary:
thrift.vim has not been deleting its HiLink command.
This causes you to get a (recoverable) error every time you
open a C++ or PHP file after opening a thrift file.
This change deletes the HiLink command, preventing this error.

Reviewed By: martin

Test Plan:
Opened a thrift file, then opened a C++ file in the same session.
Both were highlighted properly.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665194 13f79535-47bb-0310-9956-ffa450edef68
thrift.vim