vim/ftplugin/htmldjango/surround.vim @ c4d3b4507707
vim: better next mappings and slimv
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Fri, 12 Nov 2010 18:30:35 -0500 |
| parents | cdc196e91cd2 |
| children | (none) |
let g:surround_{char2nr("b")} = "{% block\1 \r..*\r &\1 %}\r{% endblock %}" let g:surround_{char2nr("i")} = "{% if\1 \r..*\r &\1 %}\r{% endif %}" let g:surround_{char2nr("w")} = "{% with\1 \r..*\r &\1 %}\r{% endwith %}" let g:surround_{char2nr("c")} = "{% comment\1 \r..*\r &\1 %}\r{% endcomment %}" let g:surround_{char2nr("f")} = "{% for\1 \r..*\r &\1 %}\r{% endfor %}"