The following does not work as expected. I wonder whether it is a bug or a feature:
cabbr XXX <c-R>="xyz".Left()<cr> function! Left() return "\<Left>" endfun Instead of repositioning cursor left, I get :[EMAIL PROTECTED] I know It is possible to make it work via feedkeys(), but this [EMAIL PROTECTED] does not make much sense, does it ? I wonder why "\<Left>" is nor recognized here as special key ? Is it some sort of bug ? Yakov