From 18714eac59006568451c921badbbad37e0299e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 6 Aug 2012 08:40:20 +0100 Subject: [PATCH] Fix: Put buffers of `yas-tryout-snippet` in `yas-minor-mode` --- yasnippet.el | 1 + 1 file changed, 1 insertion(+) diff --git a/yasnippet.el b/yasnippet.el index 6f99ce5..603ac02 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -2609,6 +2609,7 @@ With optional prefix argument KILL quit the window and buffer." (switch-to-buffer (get-buffer-create buffer-name)) (setq buffer-undo-list nil) (condition-case nil (funcall test-mode) (error nil)) + (yas-minor-mode 1) (setq buffer-read-only nil) (yas-expand-snippet (yas--template-content yas--current-template) (point-min)