I really like the new autoreplace feature that is invoked for symbol characters. I believe there is an issue in situations when 2 replacements are defined which differ only in last symol character. I use these two a lot:
Both replacements works in v15, however "sc*" doesn't work in v16 beta. Instead of producing "select count(*)" it produces "select*".
Code:
sc=select
sc*=select count(*)
Both replacements works in v15, however "sc*" doesn't work in v16 beta. Instead of producing "select count(*)" it produces "select*".