mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
Fix issue 186
This commit is contained in:
parent
f669e9f6bf
commit
55f183033d
@ -1471,7 +1471,8 @@ Here's a list of currently recognized directives:
|
|||||||
(cons (point) (point)))))
|
(cons (point) (point)))))
|
||||||
(yas/expand-snippet (yas/template-content yas/current-template)
|
(yas/expand-snippet (yas/template-content yas/current-template)
|
||||||
(car where)
|
(car where)
|
||||||
(cdr where)))))))
|
(cdr where)
|
||||||
|
(yas/template-expand-env yas/current-template)))))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Popping up for keys and templates
|
;; Popping up for keys and templates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user