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

doesnt register . as jumpable character #13

Closed doda-zz closed 12 years ago

doda-zz commented 12 years ago
a .b
a.b

only recognizes the second . and turns to

a .b
aab
winterTTr commented 12 years ago

Thanks, I will trace this problem.

winterTTr commented 12 years ago

https://github.com/winterTTr/ace-jump-mode/commit/26082dc11fe3c4faac96c2e21236c0a3ee9bf654 I have fixed this problem right now, you can refer this commit for some detail if you are interested.

BTW, the new commit right now only apply to the FB-Global-AJ branch, which is for ace jump mode 2.0 release recently.

winterTTr commented 12 years ago

As this problem is fixed right now, so I would like to close this. If you have any other suggestion or bug, I think we can open a new ticket for that.

doda-zz commented 12 years ago

hey, i just got to trying it out, thanks for fixing the bug!