vim/bundle/django-custom/ftplugin/htmldjango/surround.vim @ 1cb4a1729a46

vim: add important enterprise robustness
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Feb 2011 15:08:43 -0500
parents de8edd7538a2
children 888172aa4c57
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 %}"