winterTTr / ace-jump-mode

a quick cursor jump mode for emacs
https://github.com/winterTTr/ace-jump-mode/wiki
609 stars 72 forks source link

Clearing overlay causes windows to jump unnecessarily #40

Closed brianhou closed 10 years ago

brianhou commented 10 years ago

If I have two windows visiting the same buffer and I try to jump in one window, the other window shifts to view the same thing. So if I'm trying to look at two different parts of a file and I jump to a character, then both windows are now viewing the same lines. This seems to happen after the overlay clears.

winterTTr commented 10 years ago

Sorry for the late response. Life is busy. This fix will resolve the your issue. Thanks for your reporting.

https://github.com/winterTTr/ace-jump-mode/commit/adffa3d289957f103a0cf0f6a963369b0c0ee4f6

maxhgerlach commented 10 years ago

Very nice, this seems to work fine now!