Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Freeze and add Share in vim's syntax
  • Loading branch information
flaper87 committed Mar 28, 2014
1 parent b8601a3 commit 2e6607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/vim/syntax/rust.vim
Expand Up @@ -52,7 +52,7 @@ syn keyword rustType f64 i8 i16 i32 i64 str Self
" to make it easy to update.

" Core operators {{{3
syn keyword rustTrait Freeze Copy Send Sized
syn keyword rustTrait Share Copy Send Sized
syn keyword rustTrait Add Sub Mul Div Rem Neg Not
syn keyword rustTrait BitAnd BitOr BitXor
syn keyword rustTrait Drop
Expand Down

5 comments on commit 2e6607a

@bors
Copy link
Contributor

@bors bors commented on 2e6607a Mar 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at flaper87@2e6607a

@bors
Copy link
Contributor

@bors bors commented on 2e6607a Mar 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging FlaPer87/rust/master = 2e6607a into auto

@bors
Copy link
Contributor

@bors bors commented on 2e6607a Mar 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FlaPer87/rust/master = 2e6607a merged ok, testing candidate = cbfc0a5

@bors
Copy link
Contributor

@bors bors commented on 2e6607a Mar 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 2e6607a Mar 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = cbfc0a5

Please sign in to comment.