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
:w
Does this bug happen when you install plugin without vim-polyglot? No
Describe the bug: This issue happens after 1150adc
The gitcommit file will be correctly detected as gitcommit, but the filetype will be changed to conf after writing file
gitcommit
conf
To Reproduce:
git commit
:set filetype?
The result should be filetype=gitcommit, which is correct.
filetype=gitcommit
The result changes to filetype=conf, which is incorrect.
filetype=conf
The text was updated successfully, but these errors were encountered:
1f4236d
No branches or pull requests
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
This issue happens after 1150adc
The gitcommit file will be correctly detected as
gitcommit
, but the filetype will be changed toconf
after writing fileTo Reproduce:
git commit
to open a gitcommit file in VimThe result should be
filetype=gitcommit
, which is correct.:w
The result changes to
filetype=conf
, which is incorrect.The text was updated successfully, but these errors were encountered: