Releases: editorconfig/editorconfig-vim
Releases · editorconfig/editorconfig-vim
Bundled into Vim
Summary
This version was bundled with Vim --- see #223 and Vim commit vim/vim@e5e0430.
Features and bugfixes
What's Changed
- Add the ability to disable EditorConfig per-buffer by @midchildan in #154
- fix inaccuracy in README (installation process) by @sandkoan in #159
- Conditionally define variables b:editorconfig_invoked and b:editorconfig_had_config by @dbarnett in #142
- Use keepjumps in TrimTrailingWhitespace by @whonore in #156
- [delete] Remove redundant nest by @get-me-power in #179
- plugin tests: more informative failure messages by @cxw42 in #183
- Don't skip acwrite buffers by @iamFIREcracker in #188
- Change line colorcolumn setting to not overwrite by @kmoschcau in #164
- Stop changing 'encoding' by @k-takata in #186
- Permit disabling softtabstop control, as softtabstop is a Vim-specific feature not supported by EditorConfig by @inkarkat in #198
- core: Update tests; fix bugs by @cxw42 in #199
- Fix overriding the default filetype detection by @a5ob7r in #206
- Add basic support for [No Name] buffers by @Jorengarenar in #190
- On Windows, skip the test that makes Appveyor hang by @cxw42 in #201
- Add "fillexceeding" option for max line indicator by @mmrwoods in #203
- Fix syntax of autocmd for .editorconfig by @philpennock in #211
- Ignore netrw buffers by @pmeinhardt in #213
- Replace b:filetype with filetype by @xuhdev in #216
- fix: do not treat directories as editable on VimEnter by @kaihowl in #217
- Add example for fillexceeding max_line_indicator to docs by @mmrwoods in #218
New Contributors
- @midchildan made their first contribution in #154
- @sandkoan made their first contribution in #159
- @dbarnett made their first contribution in #142
- @whonore made their first contribution in #156
- @get-me-power made their first contribution in #179
- @iamFIREcracker made their first contribution in #188
- @kmoschcau made their first contribution in #164
- @inkarkat made their first contribution in #198
- @a5ob7r made their first contribution in #206
- @Jorengarenar made their first contribution in #190
- @philpennock made their first contribution in #211
- @pmeinhardt made their first contribution in #213
- @xuhdev made their first contribution in #216
- @kaihowl made their first contribution in #217
Full Changelog: v1.1.1...v1.2.0
Infrastructure improvements
- Support installation as a Vim 8 plugin
- Permit using an external core (not usually necessary)
- Improve CI tests