abo-abo / auto-yasnippet

quickly create disposable yasnippets
245 stars 15 forks source link

Problem of aya-expand-from-history #41

Closed allenryb closed 1 year ago

allenryb commented 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"))
jasonm23 commented 1 year ago

https://github.com/abo-abo/auto-yasnippet/blob/f54fb424082a68f28d2b86707d9bd1cd506b2d9a/auto-yasnippet.el#L490-L502

?

jasonm23 commented 1 year ago

amending now