For some time now i've noticed that, *occasionally*, when I do:
expr.each doo|<TAB>
I end up with
expr.each doo |
instead of
expr.each do |_| | end
as I would expect. I had assumed that I was somehow pressing <CR> instead of <TAB> but I just caught myself and I am 99% certain I pressed <TAB>.
So it seems to me like, sometimes, the trigger doesn't fire to do the snippet. I think I've noticed it for the last few versions.
Does anyone else see this?
Regards,
Matt
-- Matt Mower :: http://matt.blogs.it/