diff options
| author | Tim Brooks <brooks@cern.ch> | 2015-01-11 14:37:24 +0000 |
|---|---|---|
| committer | Tim Brooks <brooks@cern.ch> | 2015-01-11 14:37:24 +0000 |
| commit | 4c78d2834446426b2dd3cc467f1324dacdc9042e (patch) | |
| tree | 38afcd6938cd4f161244b401addef00671d491b2 /src/etc/vim/syntax/rust.vim | |
| parent | ed13698317ed328d5ed0020527689830598c894c (diff) | |
| download | rust-4c78d2834446426b2dd3cc467f1324dacdc9042e.tar.gz rust-4c78d2834446426b2dd3cc467f1324dacdc9042e.zip | |
Remove range function
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 47c2eee020c..a37b7b6d57d 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 |
