From 6c45e042f8e3b0a6c7b108886c06e3f9eccc037f Mon Sep 17 00:00:00 2001 From: Chris Nicola Date: Sun, 22 Jul 2012 13:05:17 -0700 Subject: [PATCH] Fixes the spacing for the eruby yield snippet --- snippets/eruby.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/eruby.snippets b/snippets/eruby.snippets index 8a9fb75..be1c7ec 100644 --- a/snippets/eruby.snippets +++ b/snippets/eruby.snippets @@ -40,7 +40,7 @@ snippet lica snippet licai <%= link_to '${1:link text...}', :controller => '${2:items}', :action => '${3:edit}', :id => ${4:@item} %> snippet yield - <%= yield${1::content_symbol}%>${2} + <%= yield ${1::content_symbol} %>${2} snippet conf <% content_for :${1:head} do %> ${2}