gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 80 forks source link

Crash when saving if filename is empty #110

Closed RoPP closed 8 years ago

RoPP commented 8 years ago

$ target/release/iota C-s Enter

thread '<main>' panicked at 'file error: No such file or directory (os error 2)', src/iota/view.rs:342
gchp commented 8 years ago

Fixed, thanks for the report!