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

Fix syntax of autocmd for .editorconfig #211

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Fix syntax of autocmd for .editorconfig #211

merged 1 commit into from
Feb 7, 2023

Conversation

philpennock
Copy link
Contributor

Commit 39bd110 adjusted how fallback of .editorconfig filetype should be done, but with vim 9.0 patch 1 (as in Ubuntu 20.04) this rule applies and the syntax glitch is exposed: setfiletype is a command, not an option, so takes a parameter instead of being assigned a value.

Commit 39bd110 adjusted how fallback of .editorconfig filetype should be done,
but with vim 9.0 patch 1 (as in Ubuntu 20.04) this rule applies and the syntax
glitch is exposed: `setfiletype` is a command, not an option, so takes a
parameter instead of being assigned a value.
Copy link
Member

@xuhdev xuhdev left a comment

Choose a reason for hiding this comment

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

Thanks!

@xuhdev xuhdev merged commit 1d54632 into editorconfig:master Feb 7, 2023
@philpennock philpennock deleted the pdp/fix-filetype-older-vim branch February 7, 2023 20:40
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.

None yet

2 participants