Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect indent-style in
:set-language
(#3330)
Indent style may change when choosing a language with `:set-language`. Line-endings most likely will not change, but `:set-language` should have a similar effect as reloading a file (`:reload`), plus the two are currently grouped in the implementation and line-ending detection is not particularly expensive.
- Loading branch information