cohama / lexima.vim

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

Abbreviations are not expanded in command-line mode #141

Closed siaa4fu closed 1 year ago

siaa4fu commented 1 year ago

lexima#expand({char}, ':') does not expand abbreviations in command-line mode.

The <C-]> prehook is added in lexima#cmdmode#add_rules(), but it doesn't seem to be used. g:lexima_disable_abbrev_trigger is also not used in command-line mode.

Thank you.

cohama commented 1 year ago

Thank you! <C-]> defined by prehook on cmdline works now and g:lexima_disable_abbrev_trigger as well.