From c60db9b30c15aa226d9ed582f49cd0016b238571 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Mon, 27 Jan 2014 00:22:21 -0500 Subject: As Either no longer exists, remove Either, Left, and Right from syntax files --- src/etc/vim/syntax/rust.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/etc/vim/syntax/rust.vim') diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 3b300b4cc28..dbdb2949b93 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -46,8 +46,6 @@ syn keyword rustType f64 i8 i16 i32 i64 str Self " to make it easy to update. " Core operators {{{3 -syn keyword rustEnum Either -syn keyword rustEnumVariant Left Right syn keyword rustTrait Sized syn keyword rustTrait Freeze Send syn keyword rustTrait Add Sub Mul Div Rem Neg Not @@ -113,7 +111,6 @@ syn keyword rustSelf self syn keyword rustBoolean true false syn keyword rustConstant Some None " option -syn keyword rustConstant Left Right " either syn keyword rustConstant Ok Err " result syn keyword rustConstant Less Equal Greater " Ordering -- cgit 1.4.1-3-g733a5