editorconfig / editorconfig-vim

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

plugin/editorconfig.vim: report error consistently #166

Open cxw42 opened 3 years ago

cxw42 commented 3 years ago

I noticed this while looking at #142. Some functions return integer success/failure, some throw, and some may do other things for all I know.

Refactor so the error reporting is consistent.