fisadev / vim-isort

Vim plugin to sort python imports using https://github.com/timothycrosley/isort
MIT License
219 stars 32 forks source link

Vim-isort fails when isort is not installed #9

Closed DXist closed 8 years ago

DXist commented 8 years ago

It will be nice if vim-isort would gracefully handle isort ImportError. For example, show echo message about disabled import sort functionality.

fisadev commented 8 years ago

True, I'll do something about that :)

fisadev commented 8 years ago

Done! Pushed to the repo and also released on the vim scripts site.

DXist commented 8 years ago

Thank you so much!