We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: /~https://github.com/editorconfig/editorconfig-vim/pull/213/files#r1133331533
Reproduction steps:
root = true [*] max_line_length = 111
vim newfile.txt
:echo &textwidth
0
111
When reverting the commit 6e2b092, the above correctly reproduces 111 instead.
The text was updated successfully, but these errors were encountered:
Replace b:filetype with filetype
7264519
b:filetype is an invalid variable name Fix #215
Replace b:filetype with filetype (#216)
5b875ac
Successfully merging a pull request may close this issue.
Context: /~https://github.com/editorconfig/editorconfig-vim/pull/213/files#r1133331533
Reproduction steps:
vim newfile.txt
.:echo &textwidth
is0
instead of111
.When reverting the commit 6e2b092, the above correctly reproduces
111
instead.The text was updated successfully, but these errors were encountered: