From 55f183033d12077f7753c8512b71fc34f1925b37 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Mon, 19 Sep 2011 16:34:11 +0000 Subject: [PATCH] Fix issue 186 --- yasnippet.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 5069500..152693e 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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