XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Fix H, M and L motion #350

Closed r-plus closed 3 years ago

r-plus commented 3 years ago

Hi @pebble8888

H, M and L motion still getting wrong line number in Xcode 12 after fixing for +Scrolling impl by #345.

This PR use xvim_visibleLineRange method to getting correct visible line range also for +XVim impl to fixing H, M, and L motion.

pebble8888 commented 3 years ago

@r-plus Thank you.