Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-08 | 2.1 kB | |
v1.2.1 source code.tar.gz | 2024-11-08 | 35.4 kB | |
v1.2.1 source code.zip | 2024-11-08 | 57.0 kB | |
Totals: 3 Items | 94.4 kB | 2 |
What's Changed
- Use the correct filename when applying settings to an empty buffer by @cxw42 in https://github.com/editorconfig/editorconfig-vim/pull/209
- Add missing
:call
by @k-takata in https://github.com/editorconfig/editorconfig-vim/pull/225 - Doc improvements by @chrisbra in https://github.com/editorconfig/editorconfig-vim/pull/226
- Fix warning text found after endfunction when verbose non-zero by @bruhtus in https://github.com/editorconfig/editorconfig-vim/pull/227
- Don't set tabstop in shell buffers (#224) by @cxw42 in https://github.com/editorconfig/editorconfig-vim/pull/229
- Fix typo by @yous in https://github.com/editorconfig/editorconfig-vim/pull/230
- Fix typo (from Vim downstream) by @gwymor in https://github.com/editorconfig/editorconfig-vim/pull/233
- Add "Bundled versions" section to the readme by @scy in https://github.com/editorconfig/editorconfig-vim/pull/236
- Clarify the relationship between this plugin and various bundled version by @xuhdev in https://github.com/editorconfig/editorconfig-vim/pull/237
- Correct language name to "Vim script" by @h-east in https://github.com/editorconfig/editorconfig-vim/pull/241
- fix: E495 on VimEnter with 'verbose' by @tomtomjhj in https://github.com/editorconfig/editorconfig-vim/pull/242
New Contributors
- @chrisbra made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/226
- @bruhtus made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/227
- @yous made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/230
- @gwymor made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/233
- @scy made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/236
- @h-east made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/241
- @tomtomjhj made their first contribution in https://github.com/editorconfig/editorconfig-vim/pull/242
Full Changelog: https://github.com/editorconfig/editorconfig-vim/compare/v1.2.0...v1.2.1