Changes between Version 54 and Version 55 of UsingVimWithDjango


Ignore:
Timestamp:
Nov 8, 2011, 7:06:38 PM (12 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v54 v55  
    187187let g:surround_{char2nr("c")} = "{% comment\1 \r..*\r &\1%}\r{% endcomment %}"
    188188let g:surround_{char2nr("f")} = "{% for\1 \r..*\r &\1%}\r{% endfor %}"
     189let g:surround_{char2nr("v")} = "{{ \1 \r..*\r &\1\r }}"
    189190
    190191}}}
     
    197198    * 'sc' for a comment
    198199    * 'sf' for a for statement
     200    * 'sv' for a variable
    199201
    200202== Pony.vim ==
Back to Top