Skip to content

vim improvements #5049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2013
Merged

vim improvements #5049

merged 1 commit into from
Feb 21, 2013

Conversation

bstrie
Copy link
Contributor

@bstrie bstrie commented Feb 20, 2013

  1. Highlight new lifetime syntax
  2. Visually distinguish unsafe keyword
  3. Add a new file that highlights column 78, to warn when lines get too long

1. Highlight new lifetime syntax
2. Visually distinguish `unsafe` keyword
3. Add a new file that highlights column 78, to warn when lines get too long
"Highlight the 78th text column
"Feature became available in v7.3
if version >= 703
set colorcolumn=78
Copy link
Member

Choose a reason for hiding this comment

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

👍. I have mine set to 80 everywhere, having it set to 78 for .rs files will be nice.

bors added a commit that referenced this pull request Feb 21, 2013
1. Highlight new lifetime syntax
2. Visually distinguish `unsafe` keyword
3. Add a new file that highlights column 78, to warn when lines get too long
@bors bors closed this Feb 21, 2013
@bors bors merged commit e29b7ee into rust-lang:incoming Feb 21, 2013
@bstrie bstrie deleted the vim branch February 21, 2013 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants