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

Plugin broken by syntax error #215

Closed
kaihowl opened this issue Mar 12, 2023 · 0 comments · Fixed by #216
Closed

Plugin broken by syntax error #215

kaihowl opened this issue Mar 12, 2023 · 0 comments · Fixed by #216

Comments

@kaihowl
Copy link
Contributor

kaihowl commented Mar 12, 2023

Context: /~https://github.com/editorconfig/editorconfig-vim/pull/213/files#r1133331533

Reproduction steps:

  1. Place .editorconfig in current dir
root = true

[*]
max_line_length = 111
  1. Open vim with plugin installed on new file in current directory, e.g., vim newfile.txt.
  2. Observe that :echo &textwidth is 0 instead of 111.

When reverting the commit 6e2b092, the above correctly reproduces 111 instead.

xuhdev added a commit that referenced this issue Mar 13, 2023
b:filetype is an invalid variable name

Fix #215
xuhdev added a commit that referenced this issue Mar 13, 2023
b:filetype is an invalid variable name

Fix #215
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 a pull request may close this issue.

1 participant