Skip to content

Commit

Permalink
Fix issue 186
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotavora committed Sep 19, 2011
1 parent f669e9f commit 55f1830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yasnippet.el
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,8 @@ Here's a list of currently recognized directives:
(cons (point) (point)))))
(yas/expand-snippet (yas/template-content yas/current-template)
(car where)
(cdr where)))))))
(cdr where)
(yas/template-expand-env yas/current-template)))))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Popping up for keys and templates
Expand Down

0 comments on commit 55f1830

Please sign in to comment.