From 100aa7c0af600e95223ddfb0d506e85a945475b5 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 9 Dec 2012 02:15:43 +0400 Subject: [PATCH] Remove group-name prefix from ruby-mode/collections/zip Bug introduced in f48317e7c5ecdbb7680d0ea2c595cfda0342c3bb and not-fixed in 3aea27042bc2a0f05b2755e0c5c4edc43b426aed. --- snippets/ruby-mode/collections/zip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ruby-mode/collections/zip b/snippets/ruby-mode/collections/zip index 9db20ed..8081d79 100644 --- a/snippets/ruby-mode/collections/zip +++ b/snippets/ruby-mode/collections/zip @@ -1,4 +1,4 @@ #name : zip(...) { |...| ... } -# key: collectionszip +# key: zip # -- zip(${enums}) { |${row}| $0 } \ No newline at end of file