peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.04k stars 132 forks source link

Option::unwrap() panic on completion of .. #79

Closed ids1024 closed 8 years ago

ids1024 commented 8 years ago

If you start liner_test and type ls ..<tab>, the program crashes with a panic, due to calling unwrap() on None.

ids1024 commented 8 years ago

Never mind; wrong liner project.