Skip to content

Commit

Permalink
vim: move keyword is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 16, 2013
1 parent 9ad8a1f commit 5c75f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/vim/syntax/rust.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syn match rustAssert "\<assert\(\w\)*"
syn keyword rustKeyword as break
syn keyword rustKeyword copy do drop else extern
syn keyword rustKeyword for if impl let log
syn keyword rustKeyword loop match mod move once priv pub pure
syn keyword rustKeyword loop match mod once priv pub pure
syn keyword rustKeyword ref return static
syn keyword rustKeyword unsafe use while
" FIXME: Scoped impl's name is also fallen in this category
Expand Down

5 comments on commit 5c75f21

@bors
Copy link
Contributor

@bors bors commented on 5c75f21 Feb 16, 2013

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 5c75f21 Feb 16, 2013

Choose a reason for hiding this comment

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

merging thestinger/rust/vim = 5c75f21 into auto

@bors
Copy link
Contributor

@bors bors commented on 5c75f21 Feb 16, 2013

Choose a reason for hiding this comment

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

thestinger/rust/vim = 5c75f21 merged ok, testing candidate = 65aa259

@bors
Copy link
Contributor

@bors bors commented on 5c75f21 Feb 16, 2013

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 5c75f21 Feb 16, 2013

Choose a reason for hiding this comment

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

fast-forwarding incoming to auto = 65aa259

Please sign in to comment.