Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Features and bugfixes source code.tar.gz | 2023-03-22 | 34.5 kB | |
Features and bugfixes source code.zip | 2023-03-22 | 56.1 kB | |
README.md | 2023-03-22 | 4.0 kB | |
Totals: 3 Items | 94.5 kB | 0 |
What's Changed
- Add the ability to disable EditorConfig per-buffer by @midchildan in https://github.com/editorconfig/editorconfig-vim/pull/154
- fix inaccuracy in README (installation process) by @sandkoan in https://github.com/editorconfig/editorconfig-vim/pull/159
- Conditionally define variables b:editorconfig_invoked and b:editorconfig_had_config by @dbarnett in https://github.com/editorconfig/editorconfig-vim/pull/142
- Use keepjumps in TrimTrailingWhitespace by @whonore in https://github.com/editorconfig/editorconfig-vim/pull/156
- [delete] Remove redundant nest by @get-me-power in https://github.com/editorconfig/editorconfig-vim/pull/179
- plugin tests: more informative failure messages by @cxw42 in https://github.com/editorconfig/editorconfig-vim/pull/183
- Don't skip acwrite buffers by @iamFIREcracker in https://github.com/editorconfig/editorconfig-vim/pull/188
- Change line colorcolumn setting to not overwrite by @kmoschcau in https://github.com/editorconfig/editorconfig-vim/pull/164
- Stop changing 'encoding' by @k-takata in https://github.com/editorconfig/editorconfig-vim/pull/186
- Permit disabling softtabstop control, as softtabstop is a Vim-specific feature not supported by EditorConfig by @inkarkat in https://github.com/editorconfig/editorconfig-vim/pull/198
- core: Update tests; fix bugs by @cxw42 in https://github.com/editorconfig/editorconfig-vim/pull/199
- Fix overriding the default filetype detection by @a5ob7r in https://github.com/editorconfig/editorconfig-vim/pull/206
- Add basic support for [No Name] buffers by @Jorengarenar in https://github.com/editorconfig/editorconfig-vim/pull/190
- On Windows, skip the test that makes Appveyor hang by @cxw42 in https://github.com/editorconfig/editorconfig-vim/pull/201
- Add "fillexceeding" option for max line indicator by @mmrwoods in https://github.com/editorconfig/editorconfig-vim/pull/203
- Fix syntax of autocmd for .editorconfig by @philpennock in https://github.com/editorconfig/editorconfig-vim/pull/211
- Ignore netrw buffers by @pmeinhardt in https://github.com/editorconfig/editorconfig-vim/pull/213
- Replace b:filetype with filetype by @xuhdev in https://github.com/editorconfig/editorconfig-vim/pull/216
- fix: do not treat directories as editable on VimEnter by @kaihowl in https://github.com/editorconfig/editorconfig-vim/pull/217
- Add example for fillexceeding max_line_indicator to docs by @mmrwoods in https://github.com/editorconfig/editorconfig-vim/pull/218
New Contributors
- @midchildan made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/154
- @sandkoan made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/159
- @dbarnett made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/142
- @whonore made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/156
- @get-me-power made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/179
- @iamFIREcracker made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/188
- @kmoschcau made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/164
- @inkarkat made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/198
- @a5ob7r made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/206
- @Jorengarenar made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/190
- @philpennock made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/211
- @pmeinhardt made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/213
- @kaihowl made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/217
Full Changelog: https://github.com/editorconfig/editorconfig-vim/compare/v1.1.1...v1.2.0