updating vim
This commit is contained in:
commit
00a9e7d96b
1055 changed files with 126840 additions and 0 deletions
24
.vim/bundle/xptemplate/ftplugin/html/eruby.xpt.vim
Normal file
24
.vim/bundle/xptemplate/ftplugin/html/eruby.xpt.vim
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
" These snippets work only in html context of a eruby file
|
||||
if &filetype != 'eruby'
|
||||
finish
|
||||
endif
|
||||
|
||||
XPTemplate priority=lang-
|
||||
|
||||
|
||||
XPT ruby " <% ...
|
||||
<%
|
||||
`cursor^
|
||||
%>
|
||||
|
||||
|
||||
XPT r " <% ... %>
|
||||
<% `cursor^ %>
|
||||
|
||||
|
||||
XPT re " <%= ...
|
||||
<%= `expr^ %>
|
||||
|
||||
|
||||
XPT rc " <%# ...
|
||||
<%# `cursor^ %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue