cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
996 stars 46 forks source link

Disable the backtick rule #50

Closed rgrinberg closed 8 years ago

rgrinberg commented 8 years ago

In OCaml, the backtick is used for polymorphic variants, e.g: `Something so it is never terminated. Is it possible to disable this particular rule somehow just for the ocaml filetype?

cohama commented 8 years ago

Thank you for feedback!