Bugfix: e63da Check if $EDITOR contains flags before calling. If it contains flags, split by whitespace and pass them in as arguments to std::process::Command. Otherwise, just pass it in as normal. This was causing a panic/abort.