Closed ryantm closed 3 years ago
Thanks! I did something similar in 90dc2ea5510842d70dde74027da1d81942e9e00c.
One problem with this PR was that .remove(0)
will panic if run with EDITOR=
(can't remove the 0th element of a 0 element list), so I did something slightly more robust (IMHO).
fixes #2 by just implementing the split method.
Caveat: I know very little rust, so this might be dumb.