cohama / lexima.vim

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

Breaks abbreviations triggering on rule-chars #42

Closed romandecker closed 8 years ago

romandecker commented 8 years ago

Normally, pressing ( in insert mode also triggers vim's abbreviations (:help abbreviations). With lexima (and its default rules in place), this is no longer the case.

Is there a way to make abbreviations work with lexima?

cohama commented 8 years ago

Thanks. I have just fixed. Please note that abbreviation expansion is enabled on Vim 7.3.489 or later.

romandecker commented 8 years ago

Awesome :+1: - Thanks!