ChrisPenner / rasa

Extremely modular text editor built in Haskell
GNU General Public License v3.0
614 stars 42 forks source link

fix startOfLine and EndOfLine #48

Closed robinvd closed 7 years ago

robinvd commented 7 years ago

issue #47

Don't love how endOfLine looks, but it works.

ChrisPenner commented 7 years ago

Looks great to me! Have you tested this out with the broken commands? How'd it fare?

Let's let @subtlelotus take a look at this so they can see how it all works, but then I think it's good to go! Thanks Robin.

robinvd commented 7 years ago

Only tried it in the default buffer, there it works. I searched in the rasa core how the end of a line is defined and found this.

ChrisPenner commented 7 years ago

Looks good! Fixes most of the movement commands. There's still an issue or two with x and A though, I'll comment in the issue.