mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
* `yas/describe-tables' wasn't working at all. nobody noticed probably means nobody's using it...
This commit is contained in:
parent
eb40f84432
commit
e50ae363b4
@ -2666,7 +2666,7 @@ With optional prefix argument KILL quit the window and buffer."
|
||||
(aput 'groups-alist group (cons v (aget groups-alist group)))))
|
||||
(yas/table-uuidhash table))
|
||||
(dolist (group-and-templates groups-alist)
|
||||
(when (rest groups-alist)
|
||||
(when (rest group-and-templates)
|
||||
(setq group (truncate-string-to-width (car group-and-templates) 25 0 ? "..."))
|
||||
(insert (make-string 100 ?-) "\n")
|
||||
(dolist (p (cdr group-and-templates))
|
||||
|
Loading…
x
Reference in New Issue
Block a user