Skip to content
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

vim: Don't set foldmethod in the syntax file either #16527

Merged
merged 1 commit into from
Aug 16, 2014

Conversation

lilyball
Copy link
Contributor

We shouldn't be setting any settings in the syntax file. Better to put
them in the ftplugin, where they won't be pulled in by :syn-include and
can be cleaned up when changing the filetype.

@lilyball
Copy link
Contributor Author

r? @chris-morgan

We shouldn't be setting any settings in the syntax file. Better to put
them in the ftplugin, where they won't be pulled in by :syn-include and
can be cleaned up when changing the filetype.
@chris-morgan
Copy link
Member

LGTM

bors added a commit that referenced this pull request Aug 16, 2014
We shouldn't be setting any settings in the syntax file. Better to put
them in the ftplugin, where they won't be pulled in by :syn-include and
can be cleaned up when changing the filetype.
@bors bors closed this Aug 16, 2014
@bors bors merged commit ab65869 into rust-lang:master Aug 16, 2014
@lilyball lilyball deleted the vim_fold branch September 16, 2014 00:43
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Feb 11, 2024
internal: Remove SELF_REF hack for self referential SyntaxContexts

This should reduce the amount of SyntaxContexts we allocate
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.

3 participants