mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Should really exit all snippets
This commit is contained in:
@@ -2940,7 +2940,7 @@ Also create some protection overlays"
|
|||||||
(mapc #'(lambda (snippet)
|
(mapc #'(lambda (snippet)
|
||||||
(yas/exit-snippet snippet)
|
(yas/exit-snippet snippet)
|
||||||
(yas/check-commit-snippet))
|
(yas/check-commit-snippet))
|
||||||
(yas/snippets-at-point)))
|
(yas/snippets-at-point 'all-snippets)))
|
||||||
|
|
||||||
|
|
||||||
;;; Some low level snippet-routines
|
;;; Some low level snippet-routines
|
||||||
|
|||||||
Reference in New Issue
Block a user