mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-16 22:43:04 +00:00
Fix #576; don't override yas-prompt-functions
* yasnippet.el (yas-visit-snippet-file): Don't override `yas-prompt-functions'.
This commit is contained in:
parent
140c415505
commit
61261c9bb4
@ -2351,7 +2351,6 @@ visited file in `snippet-mode'."
|
||||
(interactive)
|
||||
(let* ((yas-buffer-local-condition 'always)
|
||||
(templates (yas--all-templates (yas--get-snippet-tables)))
|
||||
(yas-prompt-functions '(yas-ido-prompt yas-completing-prompt))
|
||||
(template (and templates
|
||||
(or (yas--prompt-for-template templates
|
||||
"Choose a snippet template to edit: ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user