gchp / iota

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

Fix word-based movement #113

Closed gchp closed 8 years ago

gchp commented 8 years ago

Word based movement is not working properly.

Moving by words leaves the cursor in incorrect positions. Buffer::get_word_index_backward and Buffer::get_word_index_forward likely need some re-working.

gchp commented 8 years ago

Related: #112