From 401f39ddf657a5902c8e2cdbf18b7d10dfac4b7e Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Thu, 25 Mar 2010 09:51:15 +0000 Subject: [PATCH] * Fixing this snippet with a suitable cached condition. --- extras/imported/ruby-mode/Declarations/__END__.yasnippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/imported/ruby-mode/Declarations/__END__.yasnippet b/extras/imported/ruby-mode/Declarations/__END__.yasnippet index 38daa55..67e2308 100644 --- a/extras/imported/ruby-mode/Declarations/__END__.yasnippet +++ b/extras/imported/ruby-mode/Declarations/__END__.yasnippet @@ -2,6 +2,6 @@ # key: end # contributor: Translated from TextMate Snippet # name: __END__ -## condition: "source.ruby" +# condition: (not (yas/ruby-end-is-block-end-p)) # -- __END__