editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

fix: do not treat directories as editable on VimEnter #217

Closed kaihowl closed 1 year ago

kaihowl commented 1 year ago

Fixes #212

pmeinhardt commented 1 year ago

This fixes my original issue and - unlike my previous sloppy attempt at a fix - does not break the plugin's functionality. 😅

Thanks a ton @kaihowl for catching my mistake and picking up the ball, coming up with this way of solving the problem. 🙃