mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
bugfix: yas/reload-all
should reload all snippets bypassing jit when called interactively.
This commit is contained in:
parent
72e2c5d2aa
commit
275ac7fe00
@ -1715,7 +1715,7 @@ Optional USE-JIT use jit-loading of snippets."
|
|||||||
|
|
||||||
(defun yas/reload-all (&optional interactive)
|
(defun yas/reload-all (&optional interactive)
|
||||||
"Reload all snippets and rebuild the YASnippet menu."
|
"Reload all snippets and rebuild the YASnippet menu."
|
||||||
(interactive "P")
|
(interactive "p")
|
||||||
(catch 'abort
|
(catch 'abort
|
||||||
(let ((errors)
|
(let ((errors)
|
||||||
(snippet-editing-buffers
|
(snippet-editing-buffers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user