From 4c78d2834446426b2dd3cc467f1324dacdc9042e Mon Sep 17 00:00:00 2001 From: Tim Brooks Date: Sun, 11 Jan 2015 14:37:24 +0000 Subject: [PATCH] Remove range function --- src/etc/vim/syntax/rust.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 47c2eee020c0..a37b7b6d57db 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -95,8 +95,6 @@ syn keyword rustTrait Vec syn keyword rustTrait Path GenericPath " FIXME: remove when I/O reform lands syn keyword rustTrait Buffer Writer Reader Seek BufferPrelude -" FIXME: remove when range syntax lands -syn keyword rustFunction range " Other syntax {{{2 syn keyword rustSelf self