jmacdonald / scribe

Text editor components
MIT License
173 stars 7 forks source link

Vertical cursor movement doesn't persist offset across shorter lines #10

Closed jmacdonald closed 9 years ago

jmacdonald commented 9 years ago

Assuming the following document:

class MyType
   def method
   end
end

if the cursor is on the method token's d character, and it is moved up, and then down, it will then be on the o character. It should return to the d character.

jmacdonald commented 9 years ago

Implemented via 447cb7c186f670dd0a921dac800e31be7bb63654.