r992 - in /trunk/packages/vim-scripts: debian/ debian/patches/ debian/vim-registry/ html/ plugin/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Jul 22 16:32:09 UTC 2007


Author: zack
Date: Sun Jul 22 16:32:09 2007
New Revision: 992

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=992
Log:
* addons adds/removals/upgrades
  - upgraded: supertab (the version we used to ship was superseded by a new
    plugin, also register it as an addon which was missing)
    (Closes: #431148)
* debian/patches/
  - add disabledby-supertab, enables blacklisting of supertab

Added:
    trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch   (with props)
    trunk/packages/vim-scripts/html/plugin_supertab.vim.html
    trunk/packages/vim-scripts/plugin/supertab.vim
Removed:
    trunk/packages/vim-scripts/plugin/SuperTab.vim
Modified:
    trunk/packages/vim-scripts/debian/README.Debian-source
    trunk/packages/vim-scripts/debian/changelog
    trunk/packages/vim-scripts/debian/copyright
    trunk/packages/vim-scripts/debian/patches/00list
    trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml
    trunk/packages/vim-scripts/debian/vim-scripts.status
    trunk/packages/vim-scripts/html/autoload_omni_cpp_complete.vim.html
    trunk/packages/vim-scripts/html/dtd2vim.html
    trunk/packages/vim-scripts/html/ftplugin_git.vim.html
    trunk/packages/vim-scripts/html/ftplugin_po.vim.html
    trunk/packages/vim-scripts/html/ftplugin_xml.vim.html
    trunk/packages/vim-scripts/html/index.html
    trunk/packages/vim-scripts/html/macros_closetag.vim.html
    trunk/packages/vim-scripts/html/plugin_AlignPlugin.vim.html
    trunk/packages/vim-scripts/html/plugin_DoxygenToolkit.vim.html
    trunk/packages/vim-scripts/html/plugin_EnhancedCommentify.vim.html
    trunk/packages/vim-scripts/html/plugin_NERD_comments.vim.html
    trunk/packages/vim-scripts/html/plugin_a.vim.html
    trunk/packages/vim-scripts/html/plugin_bufexplorer.vim.html
    trunk/packages/vim-scripts/html/plugin_calendar.vim.html
    trunk/packages/vim-scripts/html/plugin_cvsmenu.vim.html
    trunk/packages/vim-scripts/html/plugin_gnupg.vim.html
    trunk/packages/vim-scripts/html/plugin_info.vim.html
    trunk/packages/vim-scripts/html/plugin_minibufexpl.vim.html
    trunk/packages/vim-scripts/html/plugin_project.vim.html
    trunk/packages/vim-scripts/html/plugin_sokoban.vim.html
    trunk/packages/vim-scripts/html/plugin_taglist.vim.html
    trunk/packages/vim-scripts/html/plugin_tetris.vim.html
    trunk/packages/vim-scripts/html/plugin_themes.vim.html
    trunk/packages/vim-scripts/html/plugin_utl.vim.html
    trunk/packages/vim-scripts/html/plugin_vcscommand.vim.html
    trunk/packages/vim-scripts/html/plugin_vimplate.vim.html
    trunk/packages/vim-scripts/html/plugin_whatdomain.vim.html
    trunk/packages/vim-scripts/html/plugin_winmanager.vim.html

Modified: trunk/packages/vim-scripts/debian/README.Debian-source
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/README.Debian-source?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/README.Debian-source (original)
+++ trunk/packages/vim-scripts/debian/README.Debian-source Sun Jul 22 16:32:09 2007
@@ -1,3 +1,15 @@
+
+do "stuff" before committing
+----------------------------
+
+A simple action you should do before committing (to ensure the debian source
+package will be created with up to date version of some files) is:
+
+  fakeroot debian/rules maintainer
+
+It's easy: do it. Read below for the rationale.
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 22 Jul 2007 18:27:38 +0200
 
 debian/vim-scripts.pl
 ---------------------

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Sun Jul 22 16:32:09 2007
@@ -1,3 +1,14 @@
+vim-scripts (7.1.3) UNRELEASED; urgency=low
+
+  * addons adds/removals/upgrades
+    - upgraded: supertab (the version we used to ship was superseded by a new
+      plugin, also register it as an addon which was missing)
+      (Closes: #431148)
+  * debian/patches/
+    - add disabledby-supertab, enables blacklisting of supertab
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 22 Jul 2007 18:30:09 +0200
+
 vim-scripts (7.1.2) unstable; urgency=low
 
   * debian/control

Modified: trunk/packages/vim-scripts/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/copyright?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/copyright (original)
+++ trunk/packages/vim-scripts/debian/copyright Sun Jul 22 16:32:09 2007
@@ -147,6 +147,11 @@
 url:	 http://vim.sourceforge.net/scripts/script.php?script_id=1520
 license: no license
 
+script:  plugin/supertab.vim
+author:  Eric Van Dewoestine < ervandew at yahoo.com >
+url:	 http://www.vim.org/scripts/script.php?script_id=1643
+license: BSD, see /usr/share/common-licenses/BSD
+
 --
 
 Licenses referenced above

Modified: trunk/packages/vim-scripts/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/00list?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/00list (original)
+++ trunk/packages/vim-scripts/debian/patches/00list Sun Jul 22 16:32:09 2007
@@ -4,6 +4,7 @@
 disabledby-info
 disabledby-omnicppcomplete
 disabledby-po
+disabledby-supertab
 disabledby-tetris
 disabledby-themes
 disabledby-whatdomain

Added: trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch?rev=992&op=file
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch (added)
+++ trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch Sun Jul 22 16:32:09 2007
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## disabledby-supertab.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vim-scripts~/plugin/supertab.vim vim-scripts/plugin/supertab.vim
+--- vim-scripts~/plugin/supertab.vim	2007-07-22 18:19:50.000000000 +0200
++++ vim-scripts/plugin/supertab.vim	2007-07-22 18:23:57.000000000 +0200
+@@ -48,6 +48,11 @@
+ "   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ " }}}
+ 
++if exists("loaded_supertab")
++  finish
++endif
++let loaded_supertab=1
++
+ if !exists('complType') "Integration with other completion functions.
+ 
+ " Global Variables {{{

Propchange: trunk/packages/vim-scripts/debian/patches/disabledby-supertab.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml (original)
+++ trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml Sun Jul 22 16:32:09 2007
@@ -357,3 +357,10 @@
   - autoload/omni/common/debug.vim
   - autoload/omni/common/utils.vim
 ---
+addon: supertab
+description: "use the tab key for all insert-mode completion"
+basedir: /usr/share/vim-scripts/
+disabledby: "let loaded_supertab = 1"
+files:
+  - plugin/supertab.vim
+---

Modified: trunk/packages/vim-scripts/debian/vim-scripts.status
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/vim-scripts.status?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/vim-scripts.status (original)
+++ trunk/packages/vim-scripts/debian/vim-scripts.status Sun Jul 22 16:32:09 2007
@@ -321,6 +321,17 @@
 disabledby:  let loaded_omnicppcomplete = 1
 version:     0.4
 
+script_name: plugin/supertab.vim
+addon:	     supertab
+description: use the tab key for all insert-mode completion
+script_url:  http://www.vim.org/scripts/script.php?script_id=1643
+author:      Eric Van Dewoestine
+author_url:  http://www.vim.org/account/profile.php?user_id=6016
+email:       ervandew at yahoo.com
+license:     BSD, see /usr/share/common-licenses/BSD
+disabledby:  let loaded_supertab = 1
+version:     0.43
+
 --
 
 Licenses referenced above

Modified: trunk/packages/vim-scripts/html/autoload_omni_cpp_complete.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/autoload_omni_cpp_complete.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/autoload_omni_cpp_complete.vim.html (original)
+++ trunk/packages/vim-scripts/html/autoload_omni_cpp_complete.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>673/190</b>,
-    Downloaded by 4688  </td>
+    Rating <b>709/199</b>,
+    Downloaded by 5008  </td>
 </tr>
 </table>
 <p>
@@ -253,10 +253,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/dtd2vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/dtd2vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/dtd2vim.html (original)
+++ trunk/packages/vim-scripts/html/dtd2vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>20/5</b>,
-    Downloaded by 369  </td>
+    Downloaded by 385  </td>
 </tr>
 </table>
 <p>
@@ -269,10 +269,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/ftplugin_git.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/ftplugin_git.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/ftplugin_git.vim.html (original)
+++ trunk/packages/vim-scripts/html/ftplugin_git.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>0/0</b>,
-    Downloaded by 2  </td>
+    Rating <b>5/2</b>,
+    Downloaded by 45  </td>
 </tr>
 </table>
 <p>
@@ -253,10 +253,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/ftplugin_po.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/ftplugin_po.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/ftplugin_po.vim.html (original)
+++ trunk/packages/vim-scripts/html/ftplugin_po.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>154/51</b>,
-    Downloaded by 1368  </td>
+    Rating <b>162/53</b>,
+    Downloaded by 1405  </td>
 </tr>
 </table>
 <p>
@@ -261,10 +261,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/ftplugin_xml.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/ftplugin_xml.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/ftplugin_xml.vim.html (original)
+++ trunk/packages/vim-scripts/html/ftplugin_xml.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>838/314</b>,
-    Downloaded by 15076  </td>
+    Rating <b>842/315</b>,
+    Downloaded by 15309  </td>
 </tr>
 </table>
 <p>
@@ -261,10 +261,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/index.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/index.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/index.html (original)
+++ trunk/packages/vim-scripts/html/index.html Sun Jul 22 16:32:09 2007
@@ -31,6 +31,7 @@
    <li><a href="plugin_minibufexpl.vim.html">plugin/minibufexpl.vim.html</a></li>
    <li><a href="plugin_project.vim.html">plugin/project.vim.html</a></li>
    <li><a href="plugin_sokoban.vim.html">plugin/sokoban.vim.html</a></li>
+   <li><a href="plugin_supertab.vim.html">plugin/supertab.vim.html</a></li>
    <li><a href="plugin_taglist.vim.html">plugin/taglist.vim.html</a></li>
    <li><a href="plugin_tetris.vim.html">plugin/tetris.vim.html</a></li>
    <li><a href="plugin_themes.vim.html">plugin/themes.vim.html</a></li>
@@ -42,7 +43,7 @@
    <li><a href="syntax_CVSAnnotate.vim.html">syntax/CVSAnnotate.vim.html</a></li>
   </ul>
   <p>
-  Page generated on Thu, 21 Jun 2007 22:52:45 +0100
+  Page generated on Sun, 22 Jul 2007 18:29:48 +0200
 .
   </p>
  </body>

Modified: trunk/packages/vim-scripts/html/macros_closetag.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/macros_closetag.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/macros_closetag.vim.html (original)
+++ trunk/packages/vim-scripts/html/macros_closetag.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>565/207</b>,
-    Downloaded by 7816  </td>
+    Rating <b>576/212</b>,
+    Downloaded by 8068  </td>
 </tr>
 </table>
 <p>
@@ -269,10 +269,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_AlignPlugin.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_AlignPlugin.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_AlignPlugin.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_AlignPlugin.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>818/253</b>,
-    Downloaded by 8149  </td>
+    Rating <b>822/254</b>,
+    Downloaded by 8364  </td>
 </tr>
 </table>
 <p>
@@ -285,10 +285,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_DoxygenToolkit.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_DoxygenToolkit.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_DoxygenToolkit.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_DoxygenToolkit.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>139/51</b>,
-    Downloaded by 2719  </td>
+    Rating <b>148/54</b>,
+    Downloaded by 2800  </td>
 </tr>
 </table>
 <p>
@@ -357,10 +357,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_EnhancedCommentify.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_EnhancedCommentify.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_EnhancedCommentify.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_EnhancedCommentify.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>858/275</b>,
-    Downloaded by 11705  </td>
+    Rating <b>896/287</b>,
+    Downloaded by 11957  </td>
 </tr>
 </table>
 <p>
@@ -269,10 +269,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_NERD_comments.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_NERD_comments.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_NERD_comments.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_NERD_comments.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>453/160</b>,
-    Downloaded by 6575  </td>
+    Rating <b>483/169</b>,
+    Downloaded by 6969  </td>
 </tr>
 </table>
 <p>
@@ -167,7 +167,7 @@
 <tr><td>utility</td></tr>
 <tr><td>&nbsp;</td></tr>
 <tr><td class="prompt">description</td></tr>
-<tr><td>This plugin defines key mappings for easy commenting of various file types
<br>using consistent keystokes over all supported filetypes.
<br>
<br>A help page is installed with this script. Go :help NERD_commenter.txt to see it
<br>
<br>Functionality provided (see the help page for full descriptions):
<br>
<br>The following key mappings are provided by default (there is also a menu
<br>provided that contains menu items corresponding to all the below mappings):
<br>
<br>&lt;leader&gt;cc
<br>Comments out the current line or text selected in visual mode.
<br>
<br>&lt;leader&gt;cn 
<br>Same as &lt;leader&gt;cc but forces nesting.
<br>
<br>&lt;leader&gt;c&lt;space&gt; 
<br>Toggles the comment state of the selected line(s). If the topmost selected
<br>line is commented, all selected lines are uncommented and vice versa.
<br>
<br>&lt;leader&gt;cm 
<br>Comments the given lines using only one set of multipart delimiters if
<br>possible. 
<br>
<br>&lt;leader&gt;ci 
<br>Toggles the comment state of the selected line(s) individually. Each selected
<br>line that is commented is uncommented and vice versa.
<br>
<br>&lt;leader&gt;cs 
<br>Comments out the selected lines ``sexually''
<br>
<br>&lt;leader&gt;cy 
<br>Same as &lt;leader&gt;cc except that the commented line(s) are yanked
<br>before commenting.
<br>
<br>&lt;leader&gt;c$
<br>Comments the current line from the cursor to the end of line.
<br>
<br>&lt;leader&gt;cA
<br>Adds comment delimiters to the end of line and goes into insert mode between
<br>them.
<br>
<br>&lt;leader&gt;cI
<br>Adds comment delimiters to the start of line and goes into insert mode between
<br>them.
<br>
<br>&lt;C-c&gt;
<br>Adds comment delimiters at the current cursor position and inserts between. 
<br>Works in insert mode only.
<br>
<br>&lt;leader&gt;ca
<br>Switches to the alternative set of delimiters.
<br>
<br>&lt;leader&gt;cl OR &lt;leader&gt;cr OR &lt;leader&gt;cb
<br>Same as &lt;leader&gt;cc except that the delimiters are aligned down the
<br>left side (&lt;leader&gt;cl), the right side (&lt;leader&gt;cr) or both sides
<br>(&lt;leader&gt;cb).
<br>
<br>&lt;leader&gt;cu
<br>Uncomments the selected line(s).
<br>
<br>
<br>The following filetypes are supported:
<br>abaqus abc acedb ada ahdl amiga aml ampl ant apache apachestyle asm68k asm asn
<br>aspvbs atlas automake ave awk basic b bc bdf bib bindzone bst btm caos catalog
<br>c cfg cg ch cl clean clipper conf config context cpp crontab cs csc csp css
<br>cterm cupl cvs dcl debsources def diff dns dosbatch dosini dot dracula dsl dtd
<br>dtml dylan ecd eiffel elf elmfilt erlang eruby eterm expect exports fetchmail
<br>fgl focexec form fortran foxpro fvwm fx gdb gdmo geek gentoo-package-keywords
<br>gentoo-package-mask gentoo-package-use gnuplot gtkrc haskell hb h help
<br>hercules hog html htmlos ia64 icon idlang idl indent inform inittab ishd iss
<br>ist jam java javascript jess jgraph jproperties jproperties jsp kconfig kix
<br>kscript lace lex lftp lifelines lilo lisp lite lotos lout lprolog lscript lss
<br>lua lynx m4 mail make maple masm master matlab mel mf mib mma model moduala.
<br>modula2 modula3 monk mush muttrc named nasm nastran natural ncf netdict netrw
<br>nqc nsis ocaml omlet omnimark openroad opl ora ox pascal passwd pcap pccts perl
<br>pfmain php phtml pic pike pilrc pine plaintex plm plsql po postscr pov povini
<br>ppd ppwiz procmail progress prolog psf ptcap python python qf radiance
<br>ratpoison r rc readline rebol registry remind rexx robots rpl rtf ruby sa samba
<br>sas sather scheme scilab screen scsh sdl sed selectbuf sgml sgmldecl sgmllnx
<br>sicad simula sinda skill slang sl slrnrc sm smil smith sml snnsnet snnspat
<br>snnsres snobol4 spec specman spice sql sqlforms sqlj sqr squid st stp strace
<br>svn tads taglist tags tak tasm tcl terminfo tex plaintex texinfo texmf tf tidy
<br>tli trasys tsalt tsscl tssgm uc uil vb verilog vgrindefs vhdl vim viminfo
<br>virata vrml vsejcl webmacro wget winbatch wml [^w]*sh wvdial xdefaults xf86conf
<br>xhtml xkb xmath xml xmodmap xpm2 xpm xslt yacc yaml z8a
<br></td></tr>
+<tr><td>The following key mappings are provided by default (there is also a menu
<br>provided that contains menu items corresponding to all the below mappings):
<br>
<br>Most of the following mappings are for normal/visual mode only. The
<br>|NERDComInsertComment| mapping is for insert mode only.
<br>
<br>,cc |NERDComComment| 
<br>Comments out the current line or text selected in visual mode.
<br>
<br>,cn |NERDComNestedComment| 
<br>Same as |NERDComComment| but forces nesting.
<br>
<br>,c&lt;space&gt; |NERDComToggleComment| 
<br>Toggles the comment state of the selected line(s). If the topmost selected
<br>line is commented, all selected lines are uncommented and vice versa.
<br>
<br>,cm |NERDComMinimalComment| 
<br>Comments the given lines using only one set of multipart delimiters if
<br>possible. 
<br>
<br>,ci |NERDComInvertComment| 
<br>Toggles the comment state of the selected line(s) individually. Each selected
<br>line that is commented is uncommented and vice versa.
<br>
<br>,cs |NERDComSexyComment| 
<br>Comments out the selected lines ``sexually''
<br>
<br>,cy |NERDComYankComment|
<br>Same as |NERDComComment| except that the commented line(s) are yanked
<br>before commenting.
<br>
<br>,c$ |NERDComEOLComment| 
<br>Comments the current line from the cursor to the end of line.
<br>
<br>,cA |NERDComAppendComment| 
<br>Adds comment delimiters to the end of line and goes into insert mode between
<br>them.
<br>
<br>,cI |NERDComPrependComment| 
<br>Adds comment delimiters to the start of line and goes into insert mode between
<br>them.
<br>
<br>&lt;C-c&gt; |NERDComInsertComment| 
<br>Adds comment delimiters at the current cursor position and inserts between.
<br>
<br>,ca |NERDComAltDelim| 
<br>Switches to the alternative set of delimiters.
<br>
<br>,cl OR ,cr OR ,cb |NERDComAlignedComment| 
<br>Same as |NERDComComment| except that the delimiters are aligned down the
<br>left side (,cl), the right side (,cr) or both sides
<br>(,cb).
<br>
<br>,cu |NERDComUncommentLine| 
<br>Uncomments the selected line(s).
<br>
<br>Filetypes that can be commented by this plugin:
<br>abaqus abc acedb ada ahdl amiga aml ampl ant apache apachestyle asm68k asm asn
<br>aspvbs atlas autohotkey autoit automake ave awk basic b bc bdf bib bindzone bst
<br>btm caos catalog c cfg cg ch changelog cl clean clipper cmake conf config
<br>context cpp crontab cs csc csp css cterm cupl csv cvs dcl debchangelog
<br>debcontrol debsources def diff django docbk dns dosbatch dosini dot dracula dsl
<br>dtd dtml dylan ecd eiffel elf elmfilt erlang eruby eterm expect exports
<br>fetchmail fgl focexec form fortran foxpro fstab fvwm fx gdb gdmo geek
<br>gentoo-package-keywords' gentoo-package-mask' gentoo-package-use' gnuplot gtkrc
<br>haskell hb h help hercules hog html htmldjango htmlos ia64 icon idlang idl
<br>indent inform inittab ishd iss ist jam java javascript jess jgraph jproperties
<br>jproperties jsp kconfig kix kscript lace lex lftp lifelines lilo lisp lite
<br>lotos lout lprolog lscript lss lua lynx m4 mail make maple masm master matlab
<br>mel mf mib mma model moduala.&nbsp;&nbsp;modula2 modula3 monk mush muttrc named nasm
<br>nastran natural ncf netdict netrw nqc nroff nsis ocaml occam omlet omnimark
<br>openroad opl ora otl ox pascal passwd pcap pccts perl pfmain php phtml pic pike
<br>pilrc pine plaintex plm plsql po postscr pov povini ppd ppwiz procmail progress
<br>prolog psf ptcap python python qf radiance ratpoison r rc readline rebol
<br>registry remind rexx robots rpl rtf ruby sa samba sas sather scheme scilab
<br>screen scsh sdl sed selectbuf sgml sgmldecl sgmllnx sicad simula sinda skill
<br>slang sl slrnrc sm smarty smil smith sml snnsnet snnspat snnsres snobol4 spec
<br>specman spice sql sqlforms sqlj sqr squid st stp strace svn systemverilog tads
<br>taglist tags tak tasm tcl terminfo tex text plaintex texinfo texmf tf tidy tli
<br>trasys tsalt tsscl tssgm uc uil vb verilog verilog_systemverilog vgrindefs vhdl
<br>vim viminfo virata vo_base vrml vsejcl webmacro wget winbatch wml [^w]*sh
<br>wvdial xdefaults xf86conf xhtml xkb xmath xml xmodmap xpm2 xpm xslt yacc yaml
<br>z8a 
<br></td></tr>
 <tr><td>&nbsp;</td></tr>
 <tr><td class="prompt">install details</td></tr>
 <tr><td>***NOTE***: In version 2.0.0 the script file and help file were renamed to NERD_commenter.vim and NERD_commenter.txt. 
<br>If you are upgrading from version &lt; 2.0.0 to version &gt;= 2.0.0 then you must delete the old files NERD_comments.vim and
<br>NERD_comments.txt.
<br>
<br>Stick it in the plugin directory. The help doc should be installed when you next run vim. If it isnt then you can find it at the bottom of the script.</td></tr>
@@ -202,6 +202,22 @@
     <th valign="top">Vim version</th>
     <th valign="top">user</th>
     <th valign="top">release notes</th>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7391">NERD_commenter.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>2.0.7</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-07-22</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Added support for eclass and ebuild filetypes. Thanks to Alex Tarkovsky
<br>for the email.
<br></td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7309">NERD_commenter.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>2.0.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-06-29</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=7006">Marty Grenfell</a></i></td>
+    <td class="roweven" valign="top" width="2000">- Changed the default setting of NERDMapleader to &quot;,c&quot;, meaning all the maps now start with ,c instead of \c. This is to stop a major mapping clash with the vcscommand plugin. Anyone wanting to keep the \c map leader should read :help NERDMapleader.
<br>- Added support for debcontrol and dummy support for debchangelog filetypes, thanks to Stefano Zacchiroli for the email.
<br>- Made it so that the NERDShutUp option now only controls the &quot;Pleeease email the delimiters...&quot; requests. It no longer affects the general output of the script.
<br>- Simplified the names of the help tags. 
<br></td>
 </tr>
 <tr>
         <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7253">NERD_commenter.vim</a></td>
@@ -869,10 +885,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_a.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_a.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_a.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_a.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1731/548</b>,
-    Downloaded by 14242  </td>
+    Rating <b>1769/559</b>,
+    Downloaded by 14575  </td>
 </tr>
 </table>
 <p>
@@ -501,10 +501,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_bufexplorer.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_bufexplorer.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_bufexplorer.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_bufexplorer.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1536/504</b>,
-    Downloaded by 26940  </td>
+    Rating <b>1550/509</b>,
+    Downloaded by 27539  </td>
 </tr>
 </table>
 <p>
@@ -581,10 +581,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_calendar.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_calendar.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_calendar.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_calendar.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1077/438</b>,
-    Downloaded by 16951  </td>
+    Rating <b>1088/442</b>,
+    Downloaded by 17159  </td>
 </tr>
 </table>
 <p>
@@ -269,10 +269,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_cvsmenu.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_cvsmenu.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_cvsmenu.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_cvsmenu.vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>84/29</b>,
-    Downloaded by 1819  </td>
+    Downloaded by 1886  </td>
 </tr>
 </table>
 <p>
@@ -445,10 +445,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_gnupg.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_gnupg.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_gnupg.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_gnupg.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>470/177</b>,
-    Downloaded by 3211  </td>
+    Rating <b>476/180</b>,
+    Downloaded by 3306  </td>
 </tr>
 </table>
 <p>
@@ -277,10 +277,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_info.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_info.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_info.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_info.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>555/195</b>,
-    Downloaded by 5001  </td>
+    Rating <b>559/198</b>,
+    Downloaded by 5044  </td>
 </tr>
 </table>
 <p>
@@ -277,10 +277,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_minibufexpl.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_minibufexpl.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_minibufexpl.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_minibufexpl.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>2166/662</b>,
-    Downloaded by 21901  </td>
+    Rating <b>2186/667</b>,
+    Downloaded by 22423  </td>
 </tr>
 </table>
 <p>
@@ -421,10 +421,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_project.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_project.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_project.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_project.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1625/472</b>,
-    Downloaded by 16800  </td>
+    Rating <b>1655/481</b>,
+    Downloaded by 17597  </td>
 </tr>
 </table>
 <p>
@@ -333,10 +333,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_sokoban.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_sokoban.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_sokoban.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_sokoban.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>509/140</b>,
-    Downloaded by 4597  </td>
+    Rating <b>521/143</b>,
+    Downloaded by 4647  </td>
 </tr>
 </table>
 <p>
@@ -293,10 +293,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Added: trunk/packages/vim-scripts/html/plugin_supertab.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_supertab.vim.html?rev=992&op=file
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_supertab.vim.html (added)
+++ trunk/packages/vim-scripts/html/plugin_supertab.vim.html Sun Jul 22 16:32:09 2007
@@ -1,0 +1,290 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+
+<head>
+  <link rel="Stylesheet" type="text/css" href="/css/style.css" >
+  <title>SuperTab continued. - Do all your insert-mode completion with Tab! : vim online</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <meta name="KEYWORDS" content="Vim, Vi IMproved, text editor, home, documentation, tips, scripts, news">
+  <link rel="shortcut icon" type="image/x-icon" href="/images/vim_shortcut.ico">
+</head>
+
+<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"> 
+
+<!-- HEADER, SPONSOR IMAGE, VIM IMAGE AND BOOK AD -->
+<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
+  <tr>
+    <td colspan="4" class="lightbg"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
+  </tr>
+  <tr>
+  <td class="lightbg">&nbsp;&nbsp;&nbsp;</td>
+  <td class="lightbg" align="left"><a href="/sponsor/index.php"><img src="/images/sponsorvim.gif" alt="sponsor Vim development" border="0"></a></td>
+    <td class="lightbg" align="center"><a href="/index.php"><img src="/images/vim_header.gif" border="0" alt="Vim logo"></a></td>
+    <td class="lightbg" align="right"><a href="http://iccf-holland.org/click5.html"><img src="/images/buyhelplearn.gif" alt="Vim Book Ad" border="0"></a></td>
+  </tr>
+  <tr>
+    <td colspan="4" class="lightbg"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
+  </tr>
+  <tr>
+    <td colspan="4" class="darkbg"><img src="/images/spacer.gif" width="1" height="10" alt=""></td>
+  </tr>
+</table>
+<!-- THE PAGE BODY: BETWEEN HEADER AND FOOTER -->
+
+<table cellpadding="0" cellspacing="0" border="0" width="100%">
+  <col width="180">
+  <col width="1">
+
+  <tr valign="top">
+    <td class="sidebar">
+      <table width="180" cellpadding="4" cellspacing="0" border="0">
+        <tr valign="top">
+          <td class="sidebar">
+
+<!-- INCLUDE THE PAGE NAVIGATION -->
+<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
+    <tr>
+        <td><small>not logged in (<a href="/login.php">login</a>)</small></td>
+    </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="1"></td>
+    </tr>
+    <tr>
+        <td class="darkbg"><img src="/images/spacer.gif" alt='' border="0" height="3"></td>
+    </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="2"></td>
+    </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/index.php">Home</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/search.php">Search</a></td>
+        </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+    <tr>
+        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
+    </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/about.php">About Vim</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/community.php">Community</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/news/news.php">News</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/sponsor/index.php">Sponsoring</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/trivia.php">Trivia</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/docs.php">Documentation</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/download.php">Download</a></td>
+        </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+    <tr>
+        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
+    </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/scripts/index.php">Scripts</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/tips/index.php">Tips</a></td>
+        </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/account/index.php">My Account</a></td>
+        </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+    <tr>
+        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
+    </tr>
+    <tr>
+        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
+    </tr>
+        <tr>
+            <td class="sidebarheader"><a href="/huh.php">Site Help</a></td>
+        </tr>
+</table>
+
+            <table width="172" cellpadding="0" cellspacing="0" border="0">
+              <tr><td><img src="/images/spacer.gif" alt="" border="0" width="1" height="8"></td></tr>
+              <tr><td class="darkbg"><img src="/images/spacer.gif" width="1" height="3" alt=""></td></tr>
+            </table>
+            <br>
+
+<!-- INCLUDE THE PAGE SIDEBAR TEXT -->
+&nbsp;
+
+          </td>
+        </tr>
+      </table>
+    </td>
+
+    <td class="darkbg"><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""><br></td>
+    <td>
+      <table width="100%" cellpadding="10" cellspacing="0" border="0" bordercolor="red">
+        <tr>
+          <td valign="top">
+
+<span class="txth1">SuperTab continued. : Do all your insert-mode completion with Tab!</span> 
+
+<br>
+<br>
+
+<!-- karma table -->
+<table cellpadding="4" cellspacing="0" border="1" bordercolor="#000066">
+<tr>
+  <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
+  <td>
+    Rating <b>243/74</b>,
+    Downloaded by 2815  </td>
+</tr>
+</table>
+<p>
+
+<table cellspacing="0" cellpadding="0" border="0">
+<tr><td class="prompt">created by</td></tr>
+<tr><td><a href="/account/profile.php?user_id=6016">Eric Van Dewoestine</a></td></tr>
+<tr><td>&nbsp;</td></tr>
+<tr><td class="prompt">script type</td></tr>
+<tr><td>utility</td></tr>
+<tr><td>&nbsp;</td></tr>
+<tr><td class="prompt">description</td></tr>
+<tr><td>This is a continuation of <a href="/scripts/script.php?script_id=182">vimscript #182</a> by Gergely Kontra, who has
<br>asked me to take over support and maintenance.&nbsp;&nbsp;So if you have any
<br>questions or suggestions, please direct them to me.&nbsp;&nbsp;Please read the
<br>description below as some enhancements have been made as well.
<br>
<br>Description:
<br>&nbsp;&nbsp;This script allows you to use the tab key to do all your insert
<br>&nbsp;&nbsp;completion (:help ins-completion).
<br>
<br>&nbsp;&nbsp;Ex. To complete the word bar or baz
<br>&nbsp;&nbsp;&nbsp;&nbsp;foo bar baz
<br>&nbsp;&nbsp;&nbsp;&nbsp;b&lt;Tab&gt;
<br>
<br>Default Completion Type:
<br>&nbsp;&nbsp;By default, this script will use &lt;C-P&gt; completion which searches
<br>&nbsp;&nbsp;backwards for words located in the current and other files
<br>&nbsp;&nbsp;(:h 'complete').&nbsp;&nbsp;You can change this default by setting the
<br>&nbsp;&nbsp;variable g:SuperTabDefaultCompletionType:
<br>
<br>&nbsp;&nbsp;Ex. To default to omni completion
<br>&nbsp;&nbsp;&nbsp;&nbsp;let g:SuperTabDefaultCompletionType = &quot;&lt;C-X&gt;&lt;C-O&gt;&quot;
<br>
<br>Current Completion Type:
<br>&nbsp;&nbsp;While editing you can also change the current completion type one of
<br>&nbsp;&nbsp;two ways (note: these do not affect the default described above):
<br>
<br>&nbsp;&nbsp;1) Kick off the new completion type in the standard manner.
<br>&nbsp;&nbsp;&nbsp;&nbsp; Ex. To use file name completion
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /us&lt;C-X&gt;&lt;C-F&gt;/sha&lt;Tab&gt;/vi&lt;Tab&gt;/v&lt;Tab&gt;
<br>
<br>&nbsp;&nbsp;2) Use the command :SuperTabHelp which opens a temporary window
<br>&nbsp;&nbsp;&nbsp;&nbsp; where you can choose the completion type you wish to switch to.
<br>
<br>Completion Type Duration:
<br>&nbsp;&nbsp;You may notice that in the first option above the file name
<br>&nbsp;&nbsp;completion was remembered and subsequent &lt;Tab&gt;s continued to use
<br>&nbsp;&nbsp;that completion type.&nbsp;&nbsp;By default this script will remember the last
<br>&nbsp;&nbsp;used completion type and will continue to use it until you switch to
<br>&nbsp;&nbsp;another type.&nbsp;&nbsp;However, this behavior can be configured via the
<br>&nbsp;&nbsp;g:SuperTabRetainCompletionType variable. Possible values include 0,
<br>&nbsp;&nbsp;1, and 2:
<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp;0 - The current completion type is only retained for the current completion.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Once you have chosen a completion result or exited the completion
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode, the default completion type is restored.
<br>&nbsp;&nbsp;&nbsp;&nbsp;1 - The current completion type is saved for the duration of your vim
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session or until you enter a different completion mode.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(SuperTab default).
<br>&nbsp;&nbsp;&nbsp;&nbsp;2 - The current completion type is saved until you exit insert mode (via
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ESC).&nbsp;&nbsp;Once you exit insert mode the default completion type is
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;restored.</td></tr>
+<tr><td>&nbsp;</td></tr>
+<tr><td class="prompt">install details</td></tr>
+<tr><td>Place the file in your plugins directory.</td></tr>
+<tr><td>&nbsp;</td></tr>
+</table>
+
+<!-- rating table -->
+<form name="rating">
+<input type="hidden" name="script_id" value="1643">
+<table cellpadding="4" cellspacing="0" border="1" bordercolor="#000066">
+<tr>
+  <td class="lightbg"><b>rate this script</b></td>
+  <td valign="middle">
+    <input type="radio" name="rating" value="life_changing">Life Changing
+    <input type="radio" name="rating" value="helpful">Helpful
+    <input type="radio" name="rating" value="unfulfilling">Unfulfilling&nbsp;
+    <input type="submit" value="rate">
+  </td>
+</tr>
+</table>
+</form>
+<span class="txth2">script versions</span> (<a href="add_script_version.php?script_id=1643">upload new version</a>)
+<p>
+Click on the package to download.
+<p>
+
+<table cellspacing="2" cellpadding="4" border="0" width="100%">
+<tr class='tableheader'>
+        <th valign="top">package</th>
+    <th valign="top">script version</th>
+    <th valign="top">date</th>
+    <th valign="top">Vim version</th>
+    <th valign="top">user</th>
+    <th valign="top">release notes</th>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7344">supertab.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>0.43</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-07-12</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=6016">Eric Van Dewoestine</a></i></td>
+    <td class="rowodd" valign="top" width="2000">With the permission of the original author, this script is now released under the BSD license.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7228">supertab.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>0.42</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-06-11</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=6016">Eric Van Dewoestine</a></i></td>
+    <td class="roweven" valign="top" width="2000">- Added g:SuperTabMidWordCompletion variable to determine if completion should be done within a word (enabled by default).&nbsp;&nbsp;(based on request by Charles Gruenwald)
<br>- Applied patch to fix &lt;s-tab&gt; cycling through completion results. (submitted by Lukasz Krotowski)
<br></td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6114">supertab.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>0.41</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2006-08-30</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=6016">Eric Van Dewoestine</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Initial upload</td>
+</tr>
+</table>
+<!-- finish off the framework -->
+          </td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+
+<!-- END OF THE PAGE BODY: BETWEEN HEADER AND FOOTER -->
+
+<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
+  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td></tr>
+  <tr><td colspan="4" bgcolor="#000000"><img src="/images/spacer.gif" height="2" width="1" alt=""></td></tr>
+  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td></tr>
+  <tr>
+    <td><img src="/images/spacer.gif" width="5" height="1" alt=""></td>
+
+    <td align="left" valign="top"><small>
+      If you have questions or remarks about this site, visit the
+      <a href="http://vimonline.sf.net">vimonline development</a> pages.
+      Please use this site responsibly.
+      <br> 
+      
+      Questions about <a href="http://www.vim.org/about.php">Vim</a> should go
+      to vim at vim.org after searching
+      <a href="http://groups.yahoo.com/group/vim">the archive</a>.
+      Help Bram <a href="http://iccf-holland.org/">help Uganda</a>.
+      </small>
+	&nbsp;
+	&nbsp;
+
+	<!-- Start of StatCounter Code -->
+	<script type="text/javascript" language="javascript">
+	var sc_project=1417324; 
+	var sc_invisible=1; 
+	var sc_partition=11; 
+	var sc_security="d41633bc"; 
+	</script>
+
+	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
+	<!-- End of StatCounter Code -->
+          </td>
+
+    <td align="right" valign="top">
+      	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>
+	<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=8&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
+    </td>
+
+    <td><img src="/images/spacer.gif" width="5" height="1" alt=""></td>
+  </tr>
+
+    
+  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
+  
+  </tr>
+</table>
+
+</body>
+</html>
+

Modified: trunk/packages/vim-scripts/html/plugin_taglist.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_taglist.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_taglist.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_taglist.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>4538/1408</b>,
-    Downloaded by 51798  </td>
+    Rating <b>4625/1434</b>,
+    Downloaded by 53208  </td>
 </tr>
 </table>
 <p>
@@ -389,10 +389,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_tetris.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_tetris.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_tetris.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_tetris.vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>639/231</b>,
-    Downloaded by 11932  </td>
+    Downloaded by 12081  </td>
 </tr>
 </table>
 <p>
@@ -293,10 +293,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_themes.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_themes.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_themes.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_themes.vim.html Sun Jul 22 16:32:09 2007
@@ -1,301 +1,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-
-<head>
-  <link rel="Stylesheet" type="text/css" href="/css/style.css" >
-  <title>Colors Sampler Pack - [full update] All the color schemes on vim.sf.net (now with organized menu) : vim online</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <meta name="KEYWORDS" content="Vim, Vi IMproved, text editor, home, documentation, tips, scripts, news">
-  <link rel="shortcut icon" type="image/x-icon" href="/images/vim_shortcut.ico">
-</head>
-
-<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"> 
-
-<!-- HEADER, SPONSOR IMAGE, VIM IMAGE AND BOOK AD -->
-<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
-  <tr>
-    <td colspan="4" class="lightbg"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
-  </tr>
-  <tr>
-  <td class="lightbg">&nbsp;&nbsp;&nbsp;</td>
-  <td class="lightbg" align="left"><a href="/sponsor/index.php"><img src="/images/sponsorvim.gif" alt="sponsor Vim development" border="0"></a></td>
-    <td class="lightbg" align="center"><a href="/index.php"><img src="/images/vim_header.gif" border="0" alt="Vim logo"></a></td>
-    <td class="lightbg" align="right"><a href="http://iccf-holland.org/click5.html"><img src="/images/buyhelplearn.gif" alt="Vim Book Ad" border="0"></a></td>
-  </tr>
-  <tr>
-    <td colspan="4" class="lightbg"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
-  </tr>
-  <tr>
-    <td colspan="4" class="darkbg"><img src="/images/spacer.gif" width="1" height="10" alt=""></td>
-  </tr>
-</table>
-<!-- THE PAGE BODY: BETWEEN HEADER AND FOOTER -->
-
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-  <col width="180">
-  <col width="1">
-
-  <tr valign="top">
-    <td class="sidebar">
-      <table width="180" cellpadding="4" cellspacing="0" border="0">
-        <tr valign="top">
-          <td class="sidebar">
-
-<!-- INCLUDE THE PAGE NAVIGATION -->
-<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
-    <tr>
-        <td><small>not logged in (<a href="/login.php">login</a>)</small></td>
-    </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="1"></td>
-    </tr>
-    <tr>
-        <td class="darkbg"><img src="/images/spacer.gif" alt='' border="0" height="3"></td>
-    </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="2"></td>
-    </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/index.php">Home</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/search.php">Search</a></td>
-        </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-    <tr>
-        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
-    </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/about.php">About Vim</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/community.php">Community</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/news/news.php">News</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/sponsor/index.php">Sponsoring</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/trivia.php">Trivia</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/docs.php">Documentation</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/download.php">Download</a></td>
-        </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-    <tr>
-        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
-    </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/scripts/index.php">Scripts</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/tips/index.php">Tips</a></td>
-        </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/account/index.php">My Account</a></td>
-        </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-    <tr>
-        <td class="checker"><img src="/images/spacer.gif" alt='' border="0" height="1"></td>
-    </tr>
-    <tr>
-        <td><img src="/images/spacer.gif" alt="" border="0" width="1" height="7"></td>
-    </tr>
-        <tr>
-            <td class="sidebarheader"><a href="/huh.php">Site Help</a></td>
-        </tr>
-</table>
-
-            <table width="172" cellpadding="0" cellspacing="0" border="0">
-              <tr><td><img src="/images/spacer.gif" alt="" border="0" width="1" height="8"></td></tr>
-              <tr><td class="darkbg"><img src="/images/spacer.gif" width="1" height="3" alt=""></td></tr>
-            </table>
-            <br>
-
-<!-- INCLUDE THE PAGE SIDEBAR TEXT -->
-&nbsp;
-
-          </td>
-        </tr>
-      </table>
-    </td>
-
-    <td class="darkbg"><img src="/images/spacer.gif" width="1" height="1" border="0" alt=""><br></td>
-    <td>
-      <table width="100%" cellpadding="10" cellspacing="0" border="0" bordercolor="red">
-        <tr>
-          <td valign="top">
-
-<span class="txth1">Colors Sampler Pack : [full update] All the color schemes on vim.sf.net (now with organized menu)</span> 
-
-<br>
-<br>
-
-<!-- karma table -->
-<table cellpadding="4" cellspacing="0" border="1" bordercolor="#000066">
-<tr>
-  <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
-  <td>
-    Rating <b>1041/372</b>,
-    Downloaded by 19848  </td>
-</tr>
-</table>
-<p>
-
-<table cellspacing="0" cellpadding="0" border="0">
-<tr><td class="prompt">created by</td></tr>
-<tr><td><a href="/account/profile.php?user_id=2162">Robert (MetaCosm)</a></td></tr>
-<tr><td>&nbsp;</td></tr>
-<tr><td class="prompt">script type</td></tr>
-<tr><td>color scheme</td></tr>
-<tr><td>&nbsp;</td></tr>
-<tr><td class="prompt">description</td></tr>
-<tr><td>This package is simply to help people who want to look at alot of color schemes.&nbsp;&nbsp;It is all the color schemes on vim.sf.net as of March 13th, 2005 -- zipped up in a single package.&nbsp;&nbsp;There are 140 of them included.&nbsp;&nbsp;Every single theme was updated to its newest revision.
<br>
<br>Now it includes a nice little menu plugin that makes it very easy to try out the different themes.&nbsp;&nbsp;
<br>
<br>Themes-&gt;Black-&gt;BillW
<br>Themes-&gt;Grey_Brown-&gt;MetaCosm
<br>...
<br>
<br>This package was put together simply to save others time in downloading the colorschemes.&nbsp;&nbsp;If you are a scheme author and for some reason do not want your theme included, please simply add a comment that notes such, and I will remove it.</td></tr>
-<tr><td>&nbsp;</td></tr>
-<tr><td class="prompt">install details</td></tr>
-<tr><td>Simply unzip, and place the files in ~/.vim/plugin and ~/.vim/colors --- it will unzip with correct dir structure, so you can just unzip to ~/.vim
<br>
<br>Hope this helps you... join #vim on irc.freenode.net for all your vim help needs :)</td></tr>
-<tr><td>&nbsp;</td></tr>
-</table>
-
-<!-- rating table -->
-<form name="rating">
-<input type="hidden" name="script_id" value="625">
-<table cellpadding="4" cellspacing="0" border="1" bordercolor="#000066">
-<tr>
-  <td class="lightbg"><b>rate this script</b></td>
-  <td valign="middle">
-    <input type="radio" name="rating" value="life_changing">Life Changing
-    <input type="radio" name="rating" value="helpful">Helpful
-    <input type="radio" name="rating" value="unfulfilling">Unfulfilling&nbsp;
-    <input type="submit" value="rate">
-  </td>
-</tr>
-</table>
-</form>
-<span class="txth2">script versions</span> (<a href="add_script_version.php?script_id=625">upload new version</a>)
-<p>
-Click on the package to download.
-<p>
-
-<table cellspacing="2" cellpadding="4" border="0" width="100%">
-<tr class='tableheader'>
-        <th valign="top">package</th>
-    <th valign="top">script version</th>
-    <th valign="top">date</th>
-    <th valign="top">Vim version</th>
-    <th valign="top">user</th>
-    <th valign="top">release notes</th>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4010">ColorSamplerPack.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>4.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-13</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=2162">Robert (MetaCosm)</a></i></td>
-    <td class="rowodd" valign="top" width="2000">13 new colorscheme, bringing the total to 140.&nbsp;&nbsp;Now have a &quot;recommendations&quot; menu item, for themes I personally recommend.&nbsp;&nbsp;Added the wonderful theme InkPot in -- so now ciaranm can leave me alone :) </td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3405">ColorSamplerPack.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>3.0</b></td>
-    <td class="roweven" valign="top" nowrap><i>2004-09-01</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=2162">Robert (MetaCosm)</a></i></td>
-    <td class="roweven" valign="top" width="2000">Every single theme corrected to ff=unix (so it is compatible on both platforms).&nbsp;&nbsp;Every single theme updated to its latest version ... and there are 6 new themes -- bringing the total to 127.&nbsp;&nbsp;Enjoy. </td>
-</tr>
-<tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3093">ColorSamplerPack.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>2.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2004-06-03</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
-    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=2162">Robert (MetaCosm)</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Massive improved menu (Thanks to Pan Shizhu!) 
<br></td>
-</tr>
-<tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3076">ColorSamplerPack.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>1.6</b></td>
-    <td class="roweven" valign="top" nowrap><i>2004-05-31</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
-    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=2162">Robert (MetaCosm)</a></i></td>
-    <td class="roweven" valign="top" width="2000">Some of the themes were is dos format, I have changed them over to unix format.&nbsp;&nbsp;</td>
-</tr>
-</table>
-<!-- finish off the framework -->
-          </td>
-        </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-
-<!-- END OF THE PAGE BODY: BETWEEN HEADER AND FOOTER -->
-
-<table width="100%" cellpadding="0" cellspacing="0" border="0" bordercolor="red">
-  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td></tr>
-  <tr><td colspan="4" bgcolor="#000000"><img src="/images/spacer.gif" height="2" width="1" alt=""></td></tr>
-  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td></tr>
-  <tr>
-    <td><img src="/images/spacer.gif" width="5" height="1" alt=""></td>
-
-    <td align="left" valign="top"><small>
-      If you have questions or remarks about this site, visit the
-      <a href="http://vimonline.sf.net">vimonline development</a> pages.
-      Please use this site responsibly.
-      <br> 
-      
-      Questions about <a href="http://www.vim.org/about.php">Vim</a> should go
-      to vim at vim.org after searching
-      <a href="http://groups.yahoo.com/group/vim">the archive</a>.
-      Help Bram <a href="http://iccf-holland.org/">help Uganda</a>.
-      </small>
-	&nbsp;
-	&nbsp;
-
-	<!-- Start of StatCounter Code -->
-	<script type="text/javascript" language="javascript">
-	var sc_project=1417324; 
-	var sc_invisible=1; 
-	var sc_partition=11; 
-	var sc_security="d41633bc"; 
-	</script>
-
-	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
-	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
-
-    <td align="right" valign="top">
-      	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>
-	<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=8&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
-    </td>
-
-    <td><img src="/images/spacer.gif" width="5" height="1" alt=""></td>
-  </tr>
-
-    
-  <tr><td colspan="4"><img src="/images/spacer.gif" width="1" height="5" alt=""></td>
-  
-  </tr>
-</table>
-
-</body>
-</html>
-

Modified: trunk/packages/vim-scripts/html/plugin_utl.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_utl.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_utl.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_utl.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1452/471</b>,
-    Downloaded by 2878  </td>
+    Rating <b>1481/482</b>,
+    Downloaded by 2953  </td>
 </tr>
 </table>
 <p>
@@ -269,10 +269,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_vcscommand.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_vcscommand.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_vcscommand.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_vcscommand.vim.html Sun Jul 22 16:32:09 2007
@@ -153,8 +153,8 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>1138/375</b>,
-    Downloaded by 16633  </td>
+    Rating <b>1157/382</b>,
+    Downloaded by 16985  </td>
 </tr>
 </table>
 <p>
@@ -485,10 +485,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_vimplate.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_vimplate.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_vimplate.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_vimplate.vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>139/43</b>,
-    Downloaded by 1178  </td>
+    Downloaded by 1195  </td>
 </tr>
 </table>
 <p>
@@ -261,10 +261,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_whatdomain.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_whatdomain.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_whatdomain.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_whatdomain.vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>0/4</b>,
-    Downloaded by 369  </td>
+    Downloaded by 374  </td>
 </tr>
 </table>
 <p>
@@ -261,10 +261,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Modified: trunk/packages/vim-scripts/html/plugin_winmanager.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/html/plugin_winmanager.vim.html?rev=992&op=diff
==============================================================================
--- trunk/packages/vim-scripts/html/plugin_winmanager.vim.html (original)
+++ trunk/packages/vim-scripts/html/plugin_winmanager.vim.html Sun Jul 22 16:32:09 2007
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>658/220</b>,
-    Downloaded by 14873  </td>
+    Downloaded by 15035  </td>
 </tr>
 </table>
 <p>
@@ -277,10 +277,7 @@
 
 	<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c12.statcounter.com/counter.php?sc_project=1417324&java=0&security=d41633bc&invisible=0" alt="free tracking" border="0"></a> </noscript>
 	<!-- End of StatCounter Code -->
-	<small>
-	<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1417324&guest=1">stats</a>
-	</small>
-    </td>
+          </td>
 
     <td align="right" valign="top">
       	<a href="http://www.webconceptgroup.net"><img src="/images/logo_sponsor_wcg.jpg" width="131" height="30" border="0" alt="Sponsored by Web Concept Group Inc."></a>

Added: trunk/packages/vim-scripts/plugin/supertab.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/plugin/supertab.vim?rev=992&op=file
==============================================================================
--- trunk/packages/vim-scripts/plugin/supertab.vim (added)
+++ trunk/packages/vim-scripts/plugin/supertab.vim Sun Jul 22 16:32:09 2007
@@ -1,0 +1,363 @@
+" Author:
+"   Original: Gergely Kontra <kgergely at mcl.hu>
+"   Current:  Eric Van Dewoestine <ervandew at yahoo.com> (as of version 0.4)
+"   Please direct all correspondence to Eric.
+" Version: 0.43
+"
+" Description: {{{
+"   Use your tab key to do all your completion in insert mode!
+"   You can cycle forward and backward with the <Tab> and <S-Tab> keys
+"   (<S-Tab> will not work in the console version)
+"   Note: you must press <Tab> once to be able to cycle back
+" }}}
+"
+" License: {{{
+"   Software License Agreement (BSD License)
+"
+"   Copyright (c) 2002 - 2007
+"   All rights reserved.
+"
+"   Redistribution and use of this software in source and binary forms, with
+"   or without modification, are permitted provided that the following
+"   conditions are met:
+"
+"   * Redistributions of source code must retain the above
+"     copyright notice, this list of conditions and the
+"     following disclaimer.
+"
+"   * Redistributions in binary form must reproduce the above
+"     copyright notice, this list of conditions and the
+"     following disclaimer in the documentation and/or other
+"     materials provided with the distribution.
+"
+"   * Neither the name of Gergely Kontra or Eric Van Dewoestine nor the names
+"   of its contributors may be used to endorse or promote products derived
+"   from this software without specific prior written permission of Gergely
+"   Kontra or Eric Van Dewoestine.
+"
+"   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+"   IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+"   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+"   PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+"   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+"   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+"   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+"   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+"   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+"   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+"   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+" }}}
+
+if !exists('complType') "Integration with other completion functions.
+
+" Global Variables {{{
+
+  " Used to set the default completion type.
+  " There is no need to escape this value as that will be done for you when
+  " the type is set.
+  " Ex.  let g:SuperTabDefaultCompletionType = "<C-X><C-U>"
+  if !exists("g:SuperTabDefaultCompletionType")
+    let g:SuperTabDefaultCompletionType = "<C-P>"
+  endif
+
+  " Determines if, and for how long, the current completion type is retained.
+  " The possible values include:
+  " 0 - The current completion type is only retained for the current completion.
+  "     Once you have chosen a completion result or exited the completion
+  "     mode, the default completion type is restored.
+  " 1 - The current completion type is saved for the duration of your vim
+  "     session or until you enter a different completion mode.
+  "     (SuperTab default).
+  " 2 - The current completion type is saved until you exit insert mode (via
+  "     ESC).  Once you exit insert mode the default completion type is
+  "     restored.
+  if !exists("g:SuperTabRetainCompletionType")
+    let g:SuperTabRetainCompletionType = 1
+  endif
+
+  " Sets whether or not mid word completion is enabled.
+  " When enabled, <tab> will kick off completion when ever a word character is
+  " to the left of the cursor.  When disabled, completion will only occur if
+  " the char to the left is a word char and the char to the right is not (you
+  " are at the end of the word).
+  if !exists("g:SuperTabMidWordCompletion")
+    let g:SuperTabMidWordCompletion = 1
+  endif
+
+" }}}
+
+" Script Variables {{{
+
+  " construct the help text.
+  let s:tabHelp =
+    \ "Hit <CR> or CTRL-] on the completion type you wish to switch to.\n" .
+    \ "Use :help ins-completion for more information.\n" .
+    \ "\n" .
+    \ "|<C-N>|      - Keywords in 'complete' searching down.\n" .
+    \ "|<C-P>|      - Keywords in 'complete' searching up (SuperTab default).\n" .
+    \ "|<C-X><C-L>| - Whole lines.\n" .
+    \ "|<C-X><C-N>| - Keywords in current file.\n" .
+    \ "|<C-X><C-K>| - Keywords in 'dictionary'.\n" .
+    \ "|<C-X><C-T>| - Keywords in 'thesaurus', thesaurus-style.\n" .
+    \ "|<C-X><C-I>| - Keywords in the current and included files.\n" .
+    \ "|<C-X><C-]>| - Tags.\n" .
+    \ "|<C-X><C-F>| - File names.\n" .
+    \ "|<C-X><C-D>| - Definitions or macros.\n" .
+    \ "|<C-X><C-V>| - Vim command-line."
+  if v:version >= 700
+    let s:tabHelp = s:tabHelp . "\n" .
+      \ "|<C-X><C-U>| - User defined completion.\n" .
+      \ "|<C-X><C-O>| - Omni completion.\n" .
+      \ "|<C-X>s|     - Spelling suggestions."
+  endif
+
+  " set the available completion types and modes.
+  let s:types =
+    \ "\<C-E>\<C-Y>\<C-L>\<C-N>\<C-K>\<C-T>\<C-I>\<C-]>\<C-F>\<C-D>\<C-V>\<C-N>\<C-P>"
+  let s:modes = '/^E/^Y/^L/^N/^K/^T/^I/^]/^F/^D/^V/^P'
+  if v:version >= 700
+    let s:types = s:types . "\<C-U>\<C-O>\<C-N>\<C-P>s"
+    let s:modes = s:modes . '/^U/^O/s'
+  endif
+  let s:types = s:types . "np"
+  let s:modes = s:modes . '/n/p'
+
+" }}}
+
+" CtrlXPP() {{{
+" Handles entrance into completion mode.
+function! CtrlXPP()
+  if &smd
+    echo '' | echo '-- ^X++ mode (' . s:modes . ')'
+  endif
+  let complType = nr2char(getchar())
+  if stridx(s:types, complType) != -1
+    if stridx("\<C-E>\<C-Y>", complType) != -1 " no memory, just scroll...
+      return "\<C-x>" . complType
+    elseif stridx('np', complType) != -1
+      let complType = nr2char(char2nr(complType) - 96)  " char2nr('n')-char2nr("\<C-n")
+    else
+      let complType="\<C-x>" . complType
+    endif
+
+    if g:SuperTabRetainCompletionType
+      let g:complType = complType
+    endif
+
+    return complType
+  else
+    echohl "Unknown mode"
+    return complType
+  endif
+endfunction " }}}
+
+" SuperTabSetCompletionType(type) {{{
+" Globally available function that user's can use to create mappings to
+" quickly switch completion modes.  Useful when a user wants to restore the
+" default or switch to another mode without having to kick off a completion
+" of that type or use SuperTabHelp.
+" Example mapping to restore SuperTab default:
+"   nmap <F6> :call SetSuperTabCompletionType("<C-P>")<cr>
+function! SuperTabSetCompletionType (type)
+  exec "let g:complType = \"" . escape(a:type, '<') . "\""
+endfunction " }}}
+
+" s:Init {{{
+" Initializes super tab according to user defined settings.
+function! s:Init ()
+  " set the default completion type.
+  call SuperTabSetCompletionType(g:SuperTabDefaultCompletionType)
+
+  " Setup mechanism to restore orignial completion type upon leaving insert
+  " mode if g:SuperTabDefaultCompletionType == 2
+  if g:SuperTabRetainCompletionType == 2
+    " pre vim 7, must map <esc>
+    if v:version < 700
+      im <silent> <ESC>
+        \ <ESC>:call SuperTabSetCompletionType(g:SuperTabDefaultCompletionType)<cr>
+
+    " since vim 7, we can use InsertLeave autocmd.
+    else
+      augroup supertab
+        autocmd InsertLeave *
+          \ call SuperTabSetCompletionType(g:SuperTabDefaultCompletionType)
+      augroup END
+    endif
+  endif
+endfunction " }}}
+
+" s:SuperTab(command) {{{
+" Used to perform proper cycle navigtion as the user request the next or
+" previous entry in a completion list, and determines whether or not so simply
+" retain the normal usage of <tab> based on the cursor position.
+function! s:SuperTab(command)
+  if s:WillComplete()
+    " exception: if in <c-p> mode, then <c-n> should move up the list, and
+    " <c-p> down the list.
+    if a:command == 'p' && g:complType == "\<C-P>"
+      return "\<C-N>"
+    endif
+    return g:complType
+  else
+    return "\<Tab>"
+  endif
+endfunction " }}}
+
+" s:SuperTabHelp() {{{
+" Opens a help window where the user can choose a completion type to enter.
+function! s:SuperTabHelp()
+  if bufwinnr("SuperTabHelp") == -1
+    botright split SuperTabHelp
+
+    setlocal noswapfile
+    setlocal buftype=nowrite
+    setlocal bufhidden=delete
+
+    let saved = @"
+    let @" = s:tabHelp
+    silent put
+    call cursor(1, 1)
+    silent 1,delete
+    call cursor(4, 1)
+    let @" = saved
+    exec "resize " . line('$')
+
+    syntax match Special "|.\{-}|"
+
+    setlocal readonly
+    setlocal nomodifiable
+
+    nmap <silent> <buffer> <cr> :call <SID>SetCompletionType()<cr>
+    nmap <silent> <buffer> <c-]> :call <SID>SetCompletionType()<cr>
+  else
+    exec bufwinnr("SuperTabHelp") . "winc w"
+  endif
+endfunction " }}}
+
+" s:SetCompletionType() {{{
+" Sets the completion type based on what the user has chosen from the help
+" buffer.
+function! s:SetCompletionType ()
+  let chosen = substitute(getline('.'), '.*|\(.*\)|.*', '\1', '')
+  if chosen != getline('.')
+    call SuperTabSetCompletionType(chosen)
+    close
+    winc p
+  endif
+endfunction " }}}
+
+" s:WillComplete () {{{
+" Determines if completion should be kicked off at the current location.
+function! s:WillComplete ()
+  let line = getline('.')
+  let cnum = col('.')
+
+  " Start of line.
+  let prev_char = strpart(line, cnum - 2, 1)
+  if prev_char =~ '^\s*$'
+    return 0
+  endif
+
+  " Within a word, but user does not have mid word completion enabled.
+  let next_char = strpart(line, cnum - 1, 1)
+  if !g:SuperTabMidWordCompletion && s:IsWordChar(next_char)
+    return 0
+  endif
+
+  " In keyword completion mode and no preceding word characters.
+  "if (g:complType == "\<C-N>" || g:complType == "\<C-P>") && !s:IsWordChar(prev_char)
+  "  return 0
+  "endif
+
+  return 1
+endfunction " }}}
+
+" s:IsWordChar(char) {{{
+" Determines if the supplied character is a word character or matches value
+" defined by 'iskeyword'.
+function! s:IsWordChar (char)
+  if a:char =~ '\w'
+    return 1
+  endif
+
+  " check against 'iskeyword'
+  let values = &iskeyword
+  let index = stridx(values, ',')
+  while index > 0 || values != ''
+    if index > 0
+      let value = strpart(values, 0, index)
+      let values = strpart(values, index + 1)
+    else
+      let value = values
+      let values = ''
+    endif
+
+    " exception case for '^,'
+    if value == '^'
+      let value = '^,'
+
+    " execption case for ','
+    elseif value =~ '^,,'
+      let values .= strpart(value, 2)
+      let value = ','
+
+    " execption case after a ^,
+    elseif value =~ '^,'
+      let value = strpart(value, 1)
+    endif
+
+    " keyword values is an ascii number range
+    if value =~ '[0-9]\+-[0-9]\+'
+      let charnum = char2nr(a:char)
+      exec 'let start = ' . substitute(value, '\([0-9]\+\)-.*', '\1', '')
+      exec 'let end = ' . substitute(value, '.*-\([0-9]\+\)', '\1', '')
+
+      if charnum >= start && charnum <= end
+        return 1
+      endif
+
+    " keyword value is a set of include or exclude characters
+    else
+      let include = 1
+      if value =~ '^\^'
+        let value = strpart(value, 1)
+        let include = 0
+      endif
+
+      if a:char =~ '[' . escape(value, '[]') . ']'
+        return include
+      endif
+    endif
+    let index = stridx(values, ',')
+  endwhile
+
+  return 0
+endfunction " }}}
+
+" Key Mappings {{{
+  im <C-X> <C-r>=CtrlXPP()<CR>
+
+  " From the doc |insert.txt| improved
+  im <Tab> <C-n>
+  im <S-Tab> <C-p>
+
+  " After hitting <Tab>, hitting it once more will go to next match
+  " (because in XIM mode <C-n> and <C-p> mappings are ignored)
+  " and wont start a brand new completion
+  " The side effect, that in the beginning of line <C-n> and <C-p> inserts a
+  " <Tab>, but I hope it may not be a problem...
+  ino <C-n> <C-R>=<SID>SuperTab('n')<CR>
+  ino <C-p> <C-R>=<SID>SuperTab('p')<CR>
+" }}}
+
+" Command Mappings {{{
+  if !exists(":SuperTabHelp")
+    command SuperTabHelp :call <SID>SuperTabHelp()
+  endif
+" }}}
+
+call <SID>Init()
+
+endif
+
+" vim:ft=vim:fdm=marker




More information about the pkg-vim-maintainers mailing list