Skip to content

Features and bugfixes

Latest
Compare
Choose a tag to compare
@cxw42 cxw42 released this 19 Nov 20:30
7f4e4df

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

Full Changelog: v1.1.1...v1.2.0