glittershark / projectionist

Command-line interface to the .projections.json format
MIT License
33 stars 1 forks source link

Be smarter about grabbing the editor #12

Closed glittershark closed 10 years ago

glittershark commented 10 years ago

Default to 'vim' if $EDITOR is an empty string, and use shell expansion instead of argument lists so a multi-argument $EDITOR still works.

This fixes #5 and #6