Closed allenryb closed 1 year ago
It seems a typos
https://github.com/abo-abo/auto-yasnippet/blob/f54fb424082a68f28d2b86707d9bd1cd506b2d9a/auto-yasnippet.el#L499-L500
should be
(unless (> (length aya-history) 0) (user-error "Nothing in aya-history to expand"))
https://github.com/abo-abo/auto-yasnippet/blob/f54fb424082a68f28d2b86707d9bd1cd506b2d9a/auto-yasnippet.el#L490-L502
?
amending now
It seems a typos
https://github.com/abo-abo/auto-yasnippet/blob/f54fb424082a68f28d2b86707d9bd1cd506b2d9a/auto-yasnippet.el#L499-L500
should be