<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -81,8 +81,12 @@ NERDTreeOptionSummary	NERD_tree.txt	/*NERDTreeOptionSummary*
 NERDTreeOptions	NERD_tree.txt	/*NERDTreeOptions*
 NERD_tree.txt	NERD_tree.txt	/*NERD_tree.txt*
 ResetSnippets()	snipMate.txt	/*ResetSnippets()*
+cs	surround.txt	/*cs*
+ds	surround.txt	/*ds*
 g:snippets_dir	snipMate.txt	/*g:snippets_dir*
 g:snips_author	snipMate.txt	/*g:snips_author*
+i_CTRL-G_S	surround.txt	/*i_CTRL-G_S*
+i_CTRL-G_s	surround.txt	/*i_CTRL-G_s*
 i_CTRL-R_&lt;Tab&gt;	snipMate.txt	/*i_CTRL-R_&lt;Tab&gt;*
 list-snippets	snipMate.txt	/*list-snippets*
 multi_snip	snipMate.txt	/*multi_snip*
@@ -107,3 +111,16 @@ snipMate.txt	snipMate.txt	/*snipMate.txt*
 snippet	snipMate.txt	/*snippet*
 snippet-syntax	snipMate.txt	/*snippet-syntax*
 snippets	snipMate.txt	/*snippets*
+surround	surround.txt	/*surround*
+surround-author	surround.txt	/*surround-author*
+surround-customizing	surround.txt	/*surround-customizing*
+surround-issues	surround.txt	/*surround-issues*
+surround-mappings	surround.txt	/*surround-mappings*
+surround-replacements	surround.txt	/*surround-replacements*
+surround-targets	surround.txt	/*surround-targets*
+surround.txt	surround.txt	/*surround.txt*
+vs	surround.txt	/*vs*
+yS	surround.txt	/*yS*
+ySS	surround.txt	/*ySS*
+ys	surround.txt	/*ys*
+yss	surround.txt	/*yss*</diff>
      <filename>doc/tags</filename>
    </modified>
    <modified>
      <diff>@@ -238,6 +238,20 @@ function! s:wrap(string,char,type,...)
                 endif
             endif
         endif
+    elseif newchar ==# 'd' || newchar == 'D'
+        &quot; Django template tag
+        let env = input('{% ')
+        &quot; strip over string
+        let env = substitute(env, '^\s*\|\s*$', '', 'g')
+        if env =~ '%}'
+            let env = strpart(env, 0, strlen(env) - 2)
+        endif
+        let env = substitute(env, '^\s*\|\s*$', '', 'g')
+        let envend = split(env, ' ')[0]
+        if env != &quot;&quot;
+            let before = '{% ' . env . ' %}'
+            let after = '{% end' . envend . ' %}'
+        endif
     elseif newchar ==# 'l' || newchar == '\'
         &quot; LaTeX
         let env = input('\begin{')</diff>
      <filename>plugin/surround.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32827515cf0cd68a303c79e36f2fca0e55c053bf</id>
    </parent>
  </parents>
  <author>
    <name>Piotr Husiaty&#324;ski</name>
    <email>phusiatynski@gmail.com</email>
  </author>
  <url>http://github.com/husio/vim-configuration/commit/f57cd81a00fcb7a6edafa2fac7223479ba69b3c7</url>
  <id>f57cd81a00fcb7a6edafa2fac7223479ba69b3c7</id>
  <committed-date>2009-08-25T13:04:47-07:00</committed-date>
  <authored-date>2009-08-25T13:04:47-07:00</authored-date>
  <message>surround plugin hack. Now it works with Django!

To use django templatetag surround, press 'd' char. For example,
yssd &lt;templatetag name&gt; or Sd &lt;template name&gt;

Does not delete or change tags (not right now)</message>
  <tree>d97505a4d32ee19c57ed3f8c88d41ef63d640d1a</tree>
  <committer>
    <name>Piotr Husiaty&#324;ski</name>
    <email>phusiatynski@gmail.com</email>
  </committer>
</commit>
