r744 - in /trunk/packages/vim-scripts/vim-scripts-7: colors/ debian/ html/ plugin/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Aug 22 18:38:43 UTC 2006


Author: zack
Date: Tue Aug 22 18:38:40 2006
New Revision: 744

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=744
Log:
removed vimspell.vim, no longer needed with vim7

Removed:
    trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vimspell.vim.html
    trunk/packages/vim-scripts/vim-scripts-7/plugin/vimspell.vim
Modified:
    trunk/packages/vim-scripts/vim-scripts-7/colors/relaxedgreen.vim
    trunk/packages/vim-scripts/vim-scripts-7/debian/changelog
    trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status
    trunk/packages/vim-scripts/vim-scripts-7/html/index.html
    trunk/packages/vim-scripts/vim-scripts-7/html/plugin_minibufexpl.vim.html
    trunk/packages/vim-scripts/vim-scripts-7/html/plugin_themes.vim.html
    trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vcscommand.vim.html

Modified: trunk/packages/vim-scripts/vim-scripts-7/colors/relaxedgreen.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/colors/relaxedgreen.vim?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/colors/relaxedgreen.vim (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/colors/relaxedgreen.vim Tue Aug 22 18:38:40 2006
@@ -1,16 +1,18 @@
 " ----------------------------------------------------------------------------------------------------------------------------------
 " Filename:      relaxedgreen.vim
-" Last Modified: 13 Feb 2005 02:57:55 AM by Dave Vehrs
-" Maintainer:    Dave Vehrs (davev at ziplip.com)
-" Copyright:     2002-2005 Dave Vehrs
+" Last Modified: 14 Aug 2006 02:24:33 PM by Dave V
+" Maintainer:    Dave Vehrs (dvehrs at gmail.com)
+" Copyright:     2002,2003,2004,2005,2006 Dave Vehrs
 "                This script is free software; you can redistribute it and/or 
 "                modify it under the terms of the GNU General Public License as 
 "                published by the Free Software Foundation; either version 2 of 
 "                the License, or (at your option) any later version. 
 " Description:   Vim colorscheme file.
 " Install:       Put this file in the users colors directory (~/.vim/colors) or 
-"                in the shared colors directory (/usr/shared/vim/vim61/colors/),
+"                in the shared colors directory (/usr/shared/vim/vim<version>/colors/),
 "                then load it with :colorscheme relaxedgreen
+"
+"               
 " ----------------------------------------------------------------------------------------------------------------------------------
 set background=dark
 hi clear
@@ -18,50 +20,64 @@
   syntax reset
 endif
 let g:colors_name = "relaxedgreen"
-highlight Cursor        term=reverse      ctermfg=black ctermbg=darkgreen               guifg=#000000 guibg=#559955
-highlight CursorIM      term=reverse      ctermfg=black ctermbg=darkgreen               guifg=#000000 guibg=#336633
-highlight Comment       term=italic       ctermfg=darkcyan                              guifg=#00a594
-highlight Constant      term=underline    ctermfg=blue                                  guifg=#0099dd
-highlight Debug         term=bold         ctermfg=red ctermbg=black                     guifg=#dc0000 guibg=#000000
-highlight DiffAdd       term=reverse      ctermfg=black ctermbg=cyan                    guifg=#000000 guibg=#007200
-highlight DiffChange    term=underline    cterm=reverse ctermfg=darkgreen ctermbg=black guifg=#000000 guibg=#006700
-highlight DiffDelete    term=standout     ctermfg=black ctermbg=cyan                    guifg=#000000 guibg=#007200
-highlight DiffText      term=bold         ctermfg=green ctermbg=black                   guifg=#00ac00 guibg=#000000
-highlight Directory     term=underline    ctermfg=green ctermbg=black                   guifg=#336633 guibg=#000000
-highlight Error         term=reverse,bold cterm=none ctermfg=black ctermbg=red          gui=none guifg=#000000 guibg=#dc0000
-highlight ErrorMsg      term=reverse,bold cterm=none ctermfg=white ctermbg=red          gui=none guifg=#ffffff guibg=#dc0000
-highlight Folded                          ctermfg=darkgreen ctermbg=black               guifg=#20de20 guibg=#000000
-highlight FoldColumn                      ctermfg=darkgreen ctermbg=black               guifg=#20de20 guibg=#000000
-highlight Function      term=standout     ctermfg=darkgreen                             guifg=#22bb22
-highlight Identifier    term=underline    ctermfg=darkcyan                              guifg=#004400
-highlight Ignore                          ctermfg=lightgreen                            guifg=#336633
-highlight IncSearch     term=reverse      cterm=none ctermfg=black ctermbg=darkgreen    gui=none guifg=#000000 guibg=#336633
-highlight LineNr        term=bold         ctermfg=green                                 guifg=#00ff00
-highlight ModeMsg       term=bold         cterm=bold                                    gui=bold
-highlight MoreMsg       term=bold         cterm=bold                                    gui=bold
-highlight NonText                         ctermfg=darkcyan                              guifg=#999999
-highlight Normal                          ctermfg=gray ctermbg=black                    guifg=#aaaaaa guibg=#000000
-highlight PreProc       term=standout     ctermfg=darkgreen                             guifg=#22bb22
-highlight Question      term=standout     ctermfg=red                                   guifg=#ff0000
-highlight Search        term=reverse      cterm=none ctermfg=black ctermbg=darkgreen    gui=none guifg=#000000 guibg=#228822
-highlight SignColumn                      ctermfg=darkgreen ctermbg=black               guifg=#20de20 guibg=#000000
-highlight Special       term=bold         ctermfg=green                                 guifg=#00ff00
-highlight SpecialKey    term=bold         ctermfg=green                                 guifg=#00ff00
-highlight Statement     term=standout     ctermfg=darkred                               gui=none guifg=#ac0000
-highlight StatusLine    term=reverse      cterm=reverse ctermfg=darkgreen ctermbg=black gui=none guibg=#228822 guifg=#333333
-highlight StatusLineNC  term=reverse      cterm=reverse ctermfg=darkgreen ctermbg=gray  gui=none guibg=#336633 guifg=#449988
-highlight Title         term=reverse      ctermfg=black ctermbg=green                   guifg=#000000 guibg=#00ff00
-highlight Todo          term=reverse      cterm=reverse ctermfg=darkgreen ctermbg=black gui=none guibg=#336633 guifg=#000000
-highlight Type          term=standout     ctermfg=green                                 guifg=#559955
-highlight Visual        term=reverse      cterm=none ctermfg=black ctermbg=darkgreen    gui=none guifg=#000000 guibg=#336633
-highlight VisualNOS     term=reverse,bold cterm=none ctermfg=black ctermbg=green        gui=none guifg=#000000 guibg=#228822
-highlight VertSplit     term=reverse      ctermfg=darkgreen                             guifg=#336633
-highlight User1         term=standout     cterm=bold ctermbg=darkgreen ctermfg=red      gui=bold guibg=#228822 guifg=#FF0000
-highlight WarningMsg    term=reverse      ctermfg=black ctermbg=yellow                  guifg=#000000 guibg=#007a7a
-highlight WildMenu      term=reverse      ctermfg=black ctermbg=darkgreen               guifg=#000000 guibg=#00ac00
+highlight Cursor        term=reverse      ctermfg=green ctermbg=blue                      guifg=#000000 guibg=#559955
+highlight CursorIM      term=reverse      ctermfg=black ctermbg=darkgreen                 guifg=#000000 guibg=#336633
+highlight CursorColumn  term=none         ctermbg=darkblue                                guibg=#333366
+highlight CursorColumn  term=none         ctermbg=darkblue                                guibg=#333366
+highlight Comment       term=italic       ctermfg=darkcyan ctermbg=black                  guifg=#00a594
+highlight Constant      term=underline    ctermfg=blue                                    guifg=#0099dd
+highlight Debug         term=bold         ctermfg=red ctermbg=black                       guifg=#dc0000 guibg=#000000
+highlight DiffAdd       term=reverse      ctermfg=black ctermbg=cyan                      guifg=#000000 guibg=#007200
+highlight DiffChange    term=underline    cterm=reverse ctermfg=darkgreen ctermbg=black   guifg=#000000 guibg=#006700
+highlight DiffDelete    term=standout     ctermfg=black ctermbg=cyan                      guifg=#000000 guibg=#007200
+highlight DiffText      term=bold         ctermfg=green ctermbg=black                     guifg=#00ac00 guibg=#000000
+highlight Directory     term=underline    ctermfg=green ctermbg=black                     guifg=#336633 guibg=#000000
+highlight Error         term=reverse,bold ctermfg=black ctermbg=red                       guifg=#000000 guibg=#dc0000
+highlight ErrorMsg      term=reverse,bold ctermfg=white ctermbg=red                       guifg=#ffffff guibg=#dc0000
+highlight Folded                          ctermfg=darkgreen ctermbg=black                 guifg=#20de20 guibg=#000000
+highlight FoldColumn                      ctermfg=darkgreen ctermbg=black                 guifg=#20de20 guibg=#000000
+highlight Function      term=standout     ctermfg=darkgreen                               guifg=#22bb22
+highlight Identifier    term=underline    ctermfg=darkcyan                                gui=underline guifg=#008800
+highlight Ignore                          ctermfg=lightgreen                              guifg=#33bb33
+highlight IncSearch     term=reverse      ctermfg=black ctermbg=darkgreen                 guifg=#000000 guibg=#336633
+highlight LineNr        term=bold         ctermfg=green                                   guifg=#00ff00
+highlight MatchParen    term=bold         ctermfg=black ctermbg=green                     guibg=#00ff00   guifg=#000000
+highlight ModeMsg       term=bold         cterm=bold                                      gui=bold
+highlight MoreMsg       term=bold         cterm=bold                                      gui=bold
+highlight NonText                         ctermfg=darkcyan                                guifg=#999999
+highlight Normal                          ctermfg=gray ctermbg=black                      guifg=#aaaaaa guibg=#000000
+highlight Pmenu         term=reverse      ctermfg=black ctermbg=green                     guifg=#000000 guibg=#337733 
+highlight PmenuSel      term=bold         ctermfg=black  ctermbg=gray                     guifg=#000000 guibg=#999999 
+highlight PmenuSbar     term=reverse      ctermfg=black ctermbg=green                     guifg=#000000 guibg=#337733 
+highlight PmenuThumb    term=reverse      ctermfg=gray ctermbg=black                      guifg=#999999 guibg=#000000 
+highlight PreProc       term=standout     ctermfg=darkgreen                               guifg=#22bb22
+highlight Question      term=standout     ctermfg=red                                     guifg=#ff0000
+highlight Search        term=reverse      ctermfg=black ctermbg=darkgreen                 guifg=#000000 guibg=#228822
+highlight SignColumn                      ctermfg=darkgreen                               guifg=#20de20 guibg=#000000
+highlight Special       term=bold         ctermfg=green                                   guifg=#00ff00
+highlight SpecialKey    term=bold         ctermfg=green                                   guifg=#00ff00
+highlight SpellBad      term=reverse      cterm=underline ctermfg=red ctermbg=black       gui=undercurl guisp=#ff0000
+highlight SpellCap      term=reverse      cterm=underline ctermfg=yellow ctermbg=black    gui=undercurl guisp=#00ffff
+highlight SpellLocal    term=reverse      cterm=underline ctermfg=blue ctermbg=black      gui=undercurl guisp=#0000ff
+highlight SpellRare     term=reverse      cterm=underline ctermfg=darkgreen ctermbg=black gui=undercurl guisp=#00ff00
+highlight Statement     term=standout     ctermfg=darkred                                 guifg=#ac0000
+highlight StatusLine    term=reverse      ctermfg=darkgreen ctermbg=black                 gui=none guibg=#228822 guifg=#000000
+highlight StatusLineNC  term=reverse      ctermfg=darkgreen ctermbg=blue                  gui=none guibg=#336633 guifg=#000000
+highlight TabLine       term=reverse      cterm=reverse ctermfg=black ctermbg=green       guibg=#222222 guifg=#228822
+highlight TabLineFill   term=reverse      cterm=reverse ctermfg=green ctermbg=black       guibg=#222222 guifg=#226622
+highlight TabLineSel                      ctermfg=black ctermbg=green                     guibg=#228822 guifg=#222222
+highlight Title         term=reverse      ctermfg=black ctermbg=green                     guifg=#000000 guibg=#00ff00
+highlight Todo          term=reverse      cterm=reverse ctermfg=darkgreen ctermbg=black   guibg=#336633 guifg=#000000
+highlight Type          term=standout     ctermfg=green                                   guifg=#559955
+highlight Visual        term=reverse      cterm=reverse ctermfg=darkgreen                 guifg=#000000 guibg=#336633
+highlight VisualNOS     term=reverse,bold cterm=reverse ctermbg=darkgreen                 guifg=#000000 guibg=#228822
+highlight VertSplit     term=reverse      ctermfg=darkgreen                               guifg=#336633
+highlight User1         term=standout     cterm=bold ctermbg=darkgreen ctermfg=red        gui=bold guibg=#228822 guifg=#FF0000
+highlight WarningMsg    term=reverse      ctermfg=black ctermbg=yellow                    guifg=#000000 guibg=#007a7a
+highlight WildMenu      term=reverse      ctermfg=blue ctermbg=darkgreen                  guifg=#000099 guibg=#00ac00   
 
 " ----------------------------------------------------------------------------------------------------------------------------------
-" Common groups that link to other highlightghlighting definitions.
+" Common groups that link to other highlight definitions.
 
 highlight link Constant     Character
 highlight link Constant     Number

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/changelog?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/changelog (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/changelog Tue Aug 22 18:38:40 2006
@@ -1,4 +1,4 @@
-vim-scripts (7-1) UNRELEASED; urgency=low
+vim-scripts (7-1) unstable; urgency=low
 
   * debian/control
     - set debhelper and dpatch as Build-Depends instead of
@@ -12,10 +12,13 @@
       | plugin/{a,bufexplorer,taglist,calendar,AlignPlugin,cvsmenu}.vim
       | plugin/{cvscommand,svncommand}.vim (now both integrated in a
         single plugin: plugin/vcscommand.vim
+      | colors/relaxedgreen.vim (closes: #383198)
     - removed scripts:
       | plugin/svncommand.vim (now integrated into plugin/vcscommand.vim)
+      | plugin/vimspell.vim (no longer needed with vim7, which includes
+        built-in spell checking support) (closes: #307544)
 
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 16 Jun 2006 09:58:56 +0200
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 22 Aug 2006 20:27:22 +0200
 
 vim-scripts (6-3) unstable; urgency=low
 

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status Tue Aug 22 18:38:40 2006
@@ -55,14 +55,6 @@
 license:     no license
 version:     1.27
 
-script_name: plugin/vimspell.vim
-script_url:  http://www.vim.org/scripts/script.php?script_id=465
-author:      Mathieu Clabaut
-author_url:  http://www.vim.org/account/profile.php?user_id=1196
-email:       mathieu.clabaut at free.fr
-license:     GNU GPL, see /usr/share/common-licenses/GPL-2
-version:     1.100
-
 script_name: plugin/taglist.vim
 script_url:  http://www.vim.org/scripts/script.php?script_id=273
 author:      Yegappan Lakshmanan

Modified: trunk/packages/vim-scripts/vim-scripts-7/html/index.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/html/index.html?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/html/index.html (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/html/index.html Tue Aug 22 18:38:40 2006
@@ -26,7 +26,6 @@
    <li><a href="plugin_themes.vim.html">plugin/themes.vim.html</a></li>
    <li><a href="plugin_utl.vim.html">plugin/utl.vim.html</a></li>
    <li><a href="plugin_vcscommand.vim.html">plugin/vcscommand.vim.html</a></li>
-   <li><a href="plugin_vimspell.vim.html">plugin/vimspell.vim.html</a></li>
    <li><a href="plugin_whatdomain.vim.html">plugin/whatdomain.vim.html</a></li>
    <li><a href="plugin_winmanager.vim.html">plugin/winmanager.vim.html</a></li>
    <li><a href="syntax_CVSAnnotate.vim.html">syntax/CVSAnnotate.vim.html</a></li>

Modified: trunk/packages/vim-scripts/vim-scripts-7/html/plugin_minibufexpl.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/html/plugin_minibufexpl.vim.html?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/html/plugin_minibufexpl.vim.html (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/html/plugin_minibufexpl.vim.html Tue Aug 22 18:38:40 2006
@@ -195,3 +195,251 @@
 <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=3640">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.3.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2004-11-18</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">For some reason there was still a call to StopExplorer with 2 params. Many thanks to Jason Mills for reporting this!
<br></td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3195">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.3.1</b></td>
+    <td class="roweven" valign="top" nowrap><i>2004-06-30</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Added g:miniBufExplForceSyntaxEnable option for folks that are experiencing the vim bug where buffers show up without highlighting when another buffer has been closed, quit, wiped or deleted. This resolves all known issues with buffers loosing their highlighting. If you find a case that is not resolved, please report it :)
<br>
<br>Folded source so that it's easier to navigate</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3179">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.3.0</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2004-06-24</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">FEATURE RELEASE:
<br>o Added optional single click to select buffers in the MBE window
<br>o MBE is no longer included in :ls output
<br>o Added the ability to have your tabs show up in a vertical window
<br>o Autosize vertical explorer window
<br>
<br>NOTE: Folks who use the single click feature in TagList should wait to use the MBE single click feature until the next release of TagList (~2 weeks) which includes a patch to allow both explorers to utilize single click.
<br>
<br>CHANGE
<br>o g:miniBufExplMaxHeight was renamed g:miniBufExplMaxSize 
<br>o g:miniBufExplMinHeight was renamed g:miniBufExplMinSize 
<br>
<br>The old settings are backwards compatible if you don't use the new settings. The old settings are depreciated.
<br></td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3103">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.8</b></td>
+    <td class="roweven" valign="top" nowrap><i>2004-06-07</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Added an option to stop MBE from targeting non-modifiable buffers when switching buffers. Those of you who use buffer explorers like taglist, project, etc and would like MBE to try not to place selected buffers into explorer windows will like this one :) To get this working download the latest version of minibufexpl.vim and put &quot;let g:miniBufExplModSelTarget = 1&quot; into your .vimrc. This is not a 100% guarantee, but it does a good job of trying to avoice explorer windows. Thanks to A.W. Law for the inspiration for this.
<br></td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3056">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.7</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2004-05-24</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Very minor bug fix for people who want to set loaded_minibufexplorer in their .vimrc in order to stop MBE from loading. 99.99% of users do not need this update. Thanks to bash for finding this.
<br></td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1951">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-04-30</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Very minor update: Moved history to end of source file. Updated highlighting documentation. Created global commands MBEbn and MBEbp that can be used in mappings if folks want to cycle buffers while skipping non-eligible buffers.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1914">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.5</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-04-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=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Added a ToggleExplorer option and updated the documentation.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1877">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.4</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-03-30</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">MiniBufExplorer is now compatible with :set hidden.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1858">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-03-26</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Added an optional feature to cause tabs to wrap. i.e. you should never get a tab name split across two lines (there is a potential issue if you have filenames with spaces, but otherwise this works.)</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1853">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-03-25</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Changed the way the g:miniBufExplorerMoreThanOne
<br>global is handled. You can set this to the number
<br>of eligible buffers you want to be loaded before
<br>the MBE window is loaded. Setting it to 0 causes
<br>the MBE window to be opened even if there are no
<br>buffers. Setting it to 4 causes the window to stay
<br>closed until the 4th eligible buffer is loaded.
<br>
<br>Added a MinHeight option. This is nice if you want
<br>the MBE window to always take the same amount of
<br>space. For example set MaxHeight and MinHeight to 2
<br>and set MoreThanOne to 0 and you will always have
<br>a 2 row (plus the ruler :) MBE window.
<br>
<br>I now setlocal foldcomun=0 and nonumber in the MBE 
<br>window. This is for those of you that like to have
<br>these options turned on locally. I'm assuming noone
<br>outthere wants foldcolumns and line numbers in the
<br>MBE window? :)
<br>
<br>Fixed a bug where an empty MBE window was taking half
<br>of the screen (partly why the MinHeight option was 
<br>added.)</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1841">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.1</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-03-21</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">If MBE is the only window (because of :bd for example) and there are still eligible buffers then one of them will be displayed.
<br>
<br>The &lt;Leader&gt;mbe mapping now highlights the buffer from the current window.
<br>
<br>The delete ('d') binding in the MBE window now restors the cursor position, which can help if you want to delete several buffers in a row that are not at the beginning of the buffer list.
<br>
<br>Added a new key binding ('p') in the MBE window to switch to the previous window (last edit window)</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1834">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-03-20</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Major overhaul of autocommand and list updating code, we now have much better handling of :bd (which is the most requested feature.) As well as resolving other issues where the buffer list would not be updated automatically. The old version tried to trap specific events, this one just updates frequently, but it keeps track and only changes the screen if there has been a change.
<br>
<br>Added g:miniBufExplMaxHeight variable so you can keep the -MiniBufExplorer- window small when you have lots of buffers (or buffers with long names :)
<br>
<br>Improvement to internal syntax highlighting code I renamed the syntax group names. Anyone who has figured out how to use them already shouldn't have any trouble with the new Nameing :)
<br>
<br>Added debug mode 3 which writes to a global variable this is fast and doesn't mess with the buffer/window lists.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1810">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.1.0</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-03-14</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">&lt;Leader&gt;mbc was failing because I was calling one of my own functions with the wrong number of args. Thanks to Gerry Patterson and others for finding this!
<br></td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1219">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.9</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-09-17</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Double clicking tabs was overwriting the clipboard register on MS Windows but not elsewhere... go figure :). This has now been fixed. Thanks to Shoeb Bhinderwala for reporting this one.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1084">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.8</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-08-06</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Apparently some VIM builds are having a hard time with line continuation in scripts so the few that were here have been removed.
<br>
<br>
<br>Updated debugging code so that debug output is put into a buffer which can then be written to disk or emailed to me when someone is having a major issue. Can also write directly to a file (VERY SLOWLY) on UNIX or Win32 (not 95 or 98 at the moment) or use VIM's echo function to display the output to the screen.
<br>
<br>Several people have had issues when the hidden option is turned on. So I have put in several checks to make sure folks know this if they try to use MBE with the option set.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=551">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.7</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-02-04</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Major update to how MBE handles buffer deletes. Now deletes are handled through an autocmd so you can now use :bd to delete buffers and the UI keeps in sync. Also made the MBE window go away when there is only one eligible buffer left to edit.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=515">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-01-28</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Fixed register overwrite bug found by Sébastien Pierre. The @&quot; register was being overwritten with the selected buffer name when switching buffers, the @&quot; register is now preserved.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=505">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-01-22</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Added more optional fancy window/buffer navigation:
<br>
<br>You can turn on the ability to use control and the arrow keys to move between windows.
<br>You can turn on the ability to use &lt;C-TAB&gt; and &lt;C-S-TAB&gt; to open the next and previous (respectively) buffer in the current window.
<br>You can turn on the ability to use &lt;C-TAB&gt; and &lt;C-S-TAB&gt; to switch windows (forward and backwards respectively.)
<br>
<br>Fixed an issue with window sizing when we run out of buffers.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=431">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-12-19</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">After reading 'Tip #173: Switch between splits very fast (for multi-file editing)' I decided to optionally add control+direction [hjkl] mappings to switch between windows. If you want to enable this feature just put 'let g:miniBufExplMapWindowNav=1&quot; into your .vimrc.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=430">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-12-19</i></td>
+    <td class="roweven" valign="top" nowrap>6.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="roweven" valign="top" width="2000">Our buffername [MiniBufExplorer] was being treated as a regular expression in some instances and matching several single character file names. Since escaping the '[' and ']' doesn't work on the windows version of vim 6.0 yet, I renamed the buffer -MiniBufExplorer-. This appears to have resolved the issue.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=400">minibufexpl.vim</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-12-04</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=385">bindu wavell</a></i></td>
+    <td class="rowodd" valign="top" width="2000">2 Changes requested by Suresh Govindachar
<br>Added SplitToEdge option and set it on by default
<br>Added tab and shift-tab mappings in [MBE] window</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=390">minibufexpl.vim</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-12-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=385">bindu wavell</a></i></td>
+    <td class="roweven" 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 -->
+	<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/vim-scripts-7/html/plugin_themes.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/html/plugin_themes.vim.html?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/html/plugin_themes.vim.html (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/html/plugin_themes.vim.html Tue Aug 22 18:38:40 2006
@@ -154,7 +154,7 @@
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
     Rating <b>887/322</b>,
-    Downloaded by 14995  </td>
+    Downloaded by 14996  </td>
 </tr>
 </table>
 <p>

Modified: trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vcscommand.vim.html
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vcscommand.vim.html?rev=744&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vcscommand.vim.html (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/html/plugin_vcscommand.vim.html Tue Aug 22 18:38:40 2006
@@ -153,7 +153,7 @@
 <tr>
   <td class="lightbg"><b>&nbsp;script karma&nbsp;</b></td>
   <td>
-    Rating <b>916/305</b>,
+    Rating <b>920/306</b>,
     Downloaded by 12566  </td>
 </tr>
 </table>




More information about the pkg-vim-maintainers mailing list