redguardtoo / evil-matchit

Vim matchit ported into Emacs
GNU General Public License v3.0
287 stars 31 forks source link

Ocaml: add normal parentheses support #108

Closed neojski closed 5 years ago

neojski commented 5 years ago

This is basically a follow-up on https://github.com/redguardtoo/evil-matchit/commit/5ff747a1eff026bc89298f620e1df59da6fe1cd6 to make it work with normal parentheses.

To do this, I had to stop using things like

thing-at-point 'word
redguardtoo commented 5 years ago

Thanks.