diff --git a/ftplugin/eruby/eruby.xpt.vim b/ftplugin/eruby/eruby.xpt.vim index 4220043..18023c3 100644 --- a/ftplugin/eruby/eruby.xpt.vim +++ b/ftplugin/eruby/eruby.xpt.vim @@ -42,6 +42,11 @@ XPT ifl " <% if flash[...
<%= `notice^ %>
+<% end -%> + XPT flash.each synonym=flea " <% flash.each do |args... XSET cursor=Echo('') <% flash.each do |key, value| -%> diff --git a/ftplugin/html/html.xpt.vim b/ftplugin/html/html.xpt.vim index dbda115..b527a33 100644 --- a/ftplugin/html/html.xpt.vim +++ b/ftplugin/html/html.xpt.vim @@ -108,6 +108,8 @@ XPT span alias=tagAttr XPT div alias=tagAttr +XPT p alias=tagAttr + XPT tr abbr alias=tagAttr XPT td abbr alias=tagAttr