From 20f82053a0609bdc56eccc50ac1d1a5abf9fe97d Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Sat, 30 Jun 2012 14:36:39 -0500 Subject: [PATCH] A commit for including the snippet file name in the .yas-compiled-snippets file. Signed-off-by: Matthew L. Fidler --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 2bc79e89..57e95898 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -412,7 +412,7 @@ the trigger key itself." :group 'yasnippet) (defcustom yas/save-snippet-location-on-compile t - "Saves the snippet location on compile. Allows editing of snippets from menu, but causes the snippet source to be non-transferable to other systems." + "Saves the snippet location on compile. Allows editing of snippets from menu, if the file is found." :type 'boolean :group 'yasnippet)