mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
makes 'yas/template' objects easier to read in the echo area
This commit is contained in:
parent
2188a9d1d1
commit
440b6936a5
@ -889,7 +889,6 @@ Do this unless `yas/dont-activate' is truish "
|
||||
|
||||
(defstruct (yas/template (:constructor yas/make-blank-template))
|
||||
"A template for a snippet."
|
||||
table
|
||||
key
|
||||
content
|
||||
name
|
||||
@ -901,6 +900,7 @@ Do this unless `yas/dont-activate' is truish "
|
||||
menu-binding-pair
|
||||
group ;; as dictated by the #group: directive or .yas-make-groups
|
||||
perm-group ;; as dictated by `yas/define-menu'
|
||||
table
|
||||
)
|
||||
|
||||
(defun yas/populate-template (template &rest args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user