[vim-scripts] 06/11: Updated bufexplorer to 7.3.6

James McCoy jamessan at debian.org
Thu Aug 15 04:03:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository vim-scripts.

commit a90b7e66aca8a21a915dca249396705d43aca918
Author: James McCoy <jamessan at debian.org>
Date:   Wed Aug 14 22:47:45 2013 -0400

    Updated bufexplorer to 7.3.6
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog                 |    2 +-
 debian/vim-scripts.status        |    2 +-
 doc/bufexplorer.txt              |   29 +-
 html/index.html                  |    2 +-
 html/plugin_bufexplorer.vim.html |  547 ++++++++++++++++++++------------------
 plugin/bufexplorer.vim           |  138 +++++-----
 6 files changed, 386 insertions(+), 334 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7029950..3a00272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ vim-scripts (20121008) UNRELEASED; urgency=low
     - supertab: Updated to 2.0  (Closes: #698168)
       + Remove patch disabledby-supertab.diff, merged upstream.
     - surround: Updated to 2.0
-    - bufexplorer: Updated to 7.3.3
+    - bufexplorer: Updated to 7.3.6
   * Add po-escape.diff to properly escape filenames when calling msgfmt.
     (Closes: #697135)
   * debian/vim-scripts.pl: Remove logged ip address from downloaded
diff --git a/debian/vim-scripts.status b/debian/vim-scripts.status
index e21ac18..b258403 100644
--- a/debian/vim-scripts.status
+++ b/debian/vim-scripts.status
@@ -47,7 +47,7 @@ email:       delux256-vim at yahoo dot com
 license:     license [2], see below
 extras:	     doc/bufexplorer.txt
 disabledby:  let loaded_bufexplorer = 1
-version:     7.3.3
+version:     7.3.6
 
 script_name: plugin/minibufexpl.vim
 addon:       minibufexplorer
diff --git a/doc/bufexplorer.txt b/doc/bufexplorer.txt
index 468012b..058ecec 100644
--- a/doc/bufexplorer.txt
+++ b/doc/bufexplorer.txt
@@ -1,7 +1,7 @@
-*bufexplorer.txt*              Buffer Explorer       Last Change: 14 Jan 2013
+*bufexplorer.txt*              Buffer Explorer       Last Change: 06 May 2013
 
 Buffer Explorer                                *buffer-explorer* *bufexplorer*
-                                Version 7.3.3
+                                Version 7.3.6
 
 Plugin for easily exploring (or browsing) Vim|:buffers|.
 
@@ -80,7 +80,7 @@ Commands to use once exploring:
                number, file name, file extension, most recently used (MRU), or
                full path.
  S             Cycle thru how the buffers are listed, in reverse order.
-	       Either by buffer number, file name, file extension, most
+               Either by buffer number, file name, file extension, most
                recently used (MRU), or full path.
  T             Toggles to show only buffers for this tab or not.
  t             Opens the buffer that is under the cursor in another tab.
@@ -157,10 +157,16 @@ The default is NOT to sort in reverse order.
                                                  *g:bufExplorerShowDirectories*
 Directories usually show up in the list from using a command like ":e .".
 To control whether to show directories in the buffer list or not, use: >
+  let g:bufExplorerShowDirectories=0   " Do not show directories.
   let g:bufExplorerShowDirectories=1   " Show directories.
-  let g:bufExplorerShowDirectories=0   " Don't show directories.
 The default is to show directories.
 
+                                                      *g:bufExplorerShowNoName*
+To control whether to show "No Name" buffers or not, use: >
+  let g:bufExplorerShowNoName=0        " Do not "No Name" buffers.
+  let g:bufExplorerShowNoName=1        " Show "No Name" buffers.
+The default is to NOT show "No Name buffers.
+
                                                 *g:bufExplorerShowRelativePath*
 To control whether to show absolute paths or relative to the current
 directory, use: >
@@ -226,7 +232,20 @@ The default is 0, so that the size is set by Vim.
 ===============================================================================
 CHANGE LOG                                              *bufexplorer-changelog*
 
-7.3.3    January 14, 2012
+7.3.6    May, 06, 2013
+    * Removed the 'drop' window command that was causing issue with the
+      argument-list being modified after the BufExplorer windows was
+      displayed.
+7.3.5    February 08, 2013
+    * Michael Henry added the ability to view "No Name" buffers.  This
+      functionality was lost since version 7.3.0.  He also did some removal of
+      "dead" code and cleaned up the code to handle filenames with embedded
+      '"'.
+7.3.4    January 28, 2013
+    * Thanks go out to John Szakmeister for finding and fixing a bug in the
+      RebuildBufferList method.  The keepjumps line that clears the list could
+      potentially reference a backwards range.
+7.3.3    January 14, 2013
     * Major cleanup and reorganization of the change log.
     * We welcome the return of g:bufExplorerSplitHorzSize and
       g:bufExplorerSplitVertSize.  When setting these values, anything less
diff --git a/html/index.html b/html/index.html
index f18d8db..74ccc20 100644
--- a/html/index.html
+++ b/html/index.html
@@ -49,7 +49,7 @@
    <li><a href="syntax_CVSAnnotate.vim.html">syntax/CVSAnnotate.vim.html</a></li>
   </ul>
   <p>
-  Page generated on Thu, 17 Jan 2013 22:05:39 -0500
+  Page generated on Wed, 14 Aug 2013 22:42:44 -0400
 .
   </p>
  </body>
diff --git a/html/plugin_bufexplorer.vim.html b/html/plugin_bufexplorer.vim.html
index d2ba0c8..d8c2729 100644
--- a/html/plugin_bufexplorer.vim.html
+++ b/html/plugin_bufexplorer.vim.html
@@ -168,8 +168,8 @@
 <tr>
   <td class="lightbg"><b> script karma </b></td>
   <td>
-    Rating <b>2996/990</b>,
-    Downloaded by 89296     
+    Rating <b>3113/1026</b>,
+    Downloaded by 93700     
     <g:plusone></g:plusone>
   </td>
   <td class="lightbg">
@@ -197,6 +197,21 @@
 <tr><td> </td></tr>
 </table>
 
+<!-- rating table -->
+<form name="rating" method="post">
+<input type="hidden" name="script_id" value="42">
+<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 
+    <input type="submit" value="rate">
+  </td>
+</tr>
+</table>
+</form>
 <span class="txth2">script versions</span> (<a href="add_script_version.php?script_id=42">upload new version</a>)
 <p>
 Click on the package to download.
@@ -212,500 +227,524 @@ Click on the package to download.
     <th valign="top">release notes</th>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=19370">bufexplorer-7.3.3.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.3.3</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2013-01-14</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=20031">bufexplorer-7.3.6.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.3.6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2013-05-06</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">* Major cleanup and reorganization of the change log.
<br>* We welcome the return of g:bufExplorerSplitHorzSize and g:bufExplorerSplitVertSize.  When setting these values, anything less than or equal to 0 causes the split windows size to be determined by Vim.  If for example you want your new horizontal split window 10 rows high, set g:bufExplorerSplitHorzSize = 10 in your .vimrc.  Similar would be done if wanting a vertical split except you would use the g:bufExplorerSplitVertSize variable instead.</td>
+    <td class="rowodd" valign="top" width="2000">Removed the 'drop' window command that was causing issue with the argument-list being modified after the BufExplorer windows was displayed.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=19234">bufexplorer-7.3.2.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.2.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2012-12-24</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=19481">bufexplorer-7.3.5.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.3.5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2013-02-08</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks go out to Michael Henry for pointing out that I completely missed yet another function, ReverseSortSelect(), during the refactoring.  This function has now returned.
<br></td>
+    <td class="roweven" valign="top" width="2000">Michael Henry added the ability to view "No Name" buffers.  This functionality was lost since version 7.3.0.  He also did some removal of "dead" code and cleaned up the code to handle filenames with embedded '"'.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=19122">bufexplorer-7.3.1.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.3.1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2012-12-06</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=19446">bufexplorer-7.3.4.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.3.4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2013-01-28</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks go out to Brett Rasmussen for pointing out that the feature added way back in version 7.2.3 by Yuriy Ershov to automatically reposition the cursor to the line containing the active buffer, was no longer in the plugin.  That bit of code has been re-added and all is well.
<br></td>
+    <td class="rowodd" valign="top" width="2000">Thanks go out to John Szakmeister for finding and fixing a bug in the RebuildBufferList method.  The keepjumps line that clears the list could potentially reference a backwards range.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=18766">bufexplorer-7.3.0.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.3.0</b></td>
-    <td class="roweven" valign="top" nowrap><i>2012-10-09</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=19370">bufexplorer-7.3.3.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.3.3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2013-01-14</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">It has been quite a while since I published a new version and this is the first version since Vim 7.3 was released.
<br>    * Thanks to Tim Johnson for testing out this new version.
<br>    * I have put some time into reworking and cleaning up the code as
<br>    * well as various bug fixes.
<br>    * I have hopefully allowed for better mapping of the main public methods as is explained in the 
<br>      bufexplorer-  customization section of the documentation.
<br>    * Add new 'B', 'o', and 'S' key mappings.
<br>    * Overall, I am hopeful that I not forgotten or lost a feature :)</td>
+    <td class="roweven" valign="top" width="2000">* Major cleanup and reorganization of the change log.
<br>* We welcome the return of g:bufExplorerSplitHorzSize and g:bufExplorerSplitVertSize.  When setting these values, anything less than or equal to 0 causes the split windows size to be determined by Vim.  If for example you want your new horizontal split window 10 rows high, set g:bufExplorerSplitHorzSize = 10 in your .vimrc.  Similar would be done if wanting a vertical split except you would use the g:bufExplorerSplitVertSize variable instead.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=14208">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.2.8</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2010-11-08</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=19234">bufexplorer-7.3.2.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.2.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2012-12-24</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Charles Campbell for integrating bufexplorer with GDBMGR.
<br>(<a target="_blank" href="http://mysite.verizon.net/astronaut/vim/index.html#GDBMGR">http://mysite.verizon.net/astronaut/vim/index.html#GDBMGR</A>)
<br>* Fixed update date.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks go out to Michael Henry for pointing out that I completely missed yet another function, ReverseSortSelect(), during the refactoring.  This function has now returned.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=12904">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.2.7</b></td>
-    <td class="roweven" valign="top" nowrap><i>2010-04-26</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=19122">bufexplorer-7.3.1.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.3.1</b></td>
+    <td class="roweven" valign="top" nowrap><i>2012-12-06</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">This is my first attempt to fix the "cache" issue where buffer information has changed but the cache/display does not reflect those changes. More work still needs to be done. More or less the cache has been disabled.</td>
+    <td class="roweven" valign="top" width="2000">Thanks go out to Brett Rasmussen for pointing out that the feature added way back in version 7.2.3 by Yuriy Ershov to automatically reposition the cursor to the line containing the active buffer, was no longer in the plugin.  That bit of code has been re-added and all is well.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=12363">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.2.6</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2010-02-12</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=18766">bufexplorer-7.3.0.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.3.0</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2012-10-09</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Michael Henry for pointing out that I totally forgot to update the inline help to reflect the previous change to the 'd' and 'D' keys. Opps!</td>
+    <td class="rowodd" valign="top" width="2000">It has been quite a while since I published a new version and this is the first version since Vim 7.3 was released.
<br>    * Thanks to Tim Johnson for testing out this new version.
<br>    * I have put some time into reworking and cleaning up the code as
<br>    * well as various bug fixes.
<br>    * I have hopefully allowed for better mapping of the main public methods as is explained in the 
<br>      bufexplorer-  customization section of the documentation.
<br>    * Add new 'B', 'o', and 'S' key mappings.
<br>    * Overall, I am hopeful that I not forgotten or lost a feature :)</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=12354">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.2.5</b></td>
-    <td class="roweven" valign="top" nowrap><i>2010-02-10</i></td>
-    <td class="roweven" valign="top" nowrap>6.0</td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=14208">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.2.8</b></td>
+    <td class="roweven" valign="top" nowrap><i>2010-11-08</i></td>
+    <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Philip Morant suggested switching the command (bwipe) associated with the 'd' key with the command (bdelete) associated with the 'D' key. This made sense since the 'd' key is more likely to be used compared to the 'D' key.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Charles Campbell for integrating bufexplorer with GDBMGR.
<br>(<a target="_blank" href="http://mysite.verizon.net/astronaut/vim/index.html#GDBMGR">http://mysite.verizon.net/astronaut/vim/index.html#GDBMGR</A>)
<br>* Fixed update date.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=12104">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.2.4</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2010-01-14</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=12904">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.2.7</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2010-04-26</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fix: I did not implement the patch provided by Godefroid Chapelle correctly. I missed one line which happened to be the most important one :)</td>
+    <td class="rowodd" valign="top" width="2000">This is my first attempt to fix the "cache" issue where buffer information has changed but the cache/display does not reflect those changes. More work still needs to be done. More or less the cache has been disabled.</td>
+</tr>
+<tr>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=12363">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.2.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2010-02-12</i></td>
+    <td class="roweven" valign="top" nowrap>7.0</td>
+    <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
+    <td class="roweven" valign="top" width="2000">Thanks to Michael Henry for pointing out that I totally forgot to update the inline help to reflect the previous change to the 'd' and 'D' keys. Opps!</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=12354">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.2.5</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2010-02-10</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Philip Morant suggested switching the command (bwipe) associated with the 'd' key with the command (bdelete) associated with the 'D' key. This made sense since the 'd' key is more likely to be used compared to the 'D' key.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=11905">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.2.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2009-12-15</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=12104">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.2.4</b></td>
+    <td class="roweven" valign="top" nowrap><i>2010-01-14</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Hopefully I have not let anyone or anything out :)
<br>- Enhancements:
<br>    * Thanks to David Fishburn for helping me out with a much needed
<br>       code overhaul as well as some awesome performance enhancements.
<br>       He also reworked the handling of tabs.
<br>    * Thanks to Vladimir Dobriakov for making the suggestions on
<br>       enhancing the documentation to include a better explaination of
<br>       what is contained in the main bufexplorer window.
<br>    * Thanks to Yuriy Ershov for added code that when the bufexplorer
<br>       window is opened, the cursor is now positioned at the line with the
<br>       active buffer (useful in non-MRU sort modes).
<br>    * Yuriy also added the abiltiy to cycle through the sort fields in
<br>       reverse order.
<br>- Fixes:
<br>    * Thanks to Michael Henry for supplying a patch that allows
<br>       bufexplorer to be opened even when there is one buffer or less.
<br>    * Thanks to Godefroid Chapelle for supplying a patch that fixed
<br>       MRU sort order after loading a session.</td>
+    <td class="roweven" valign="top" width="2000">Fix: I did not implement the patch provided by Godefroid Chapelle correctly. I missed one line which happened to be the most important one :)</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9524">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.2.2</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-11-19</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=11905">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.2.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2009-12-15</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to David L. Dight for spotting and fixing an issue when using ctrl^. bufexplorer would incorrectly handle the previous buffer so that when ctrl^ was pressed the incorrect file was opened.
<br></td>
+    <td class="rowodd" valign="top" width="2000">Hopefully I have not let anyone or anything out :)
<br>- Enhancements:
<br>    * Thanks to David Fishburn for helping me out with a much needed
<br>       code overhaul as well as some awesome performance enhancements.
<br>       He also reworked the handling of tabs.
<br>    * Thanks to Vladimir Dobriakov for making the suggestions on
<br>       enhancing the documentation to include a better explaination of
<br>       what is contained in the main bufexplorer window.
<br>    * Thanks to Yuriy Ershov for added code that when the bufexplorer
<br>       window is opened, the cursor is now positioned at the line with the
<br>       active buffer (useful in non-MRU sort modes).
<br>    * Yuriy also added the abiltiy to cycle through the sort fields in
<br>       reverse order.
<br>- Fixes:
<br>    * Thanks to Michael Henry for supplying a patch that allows
<br>       bufexplorer to be opened even when there is one buffer or less.
<br>    * Thanks to Godefroid Chapelle for supplying a patch that fixed
<br>       MRU sort order after loading a session.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9220">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.2.1</b></td>
-    <td class="roweven" valign="top" nowrap><i>2008-09-03</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9524">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.2.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-11-19</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">7.2.1  - Fix: * Thanks to Dimitar for spotting and fixing a feature that was inadvertently left out of the previous version. The feature was when bufexplorer was used together with WinManager, you could use the tab key to open a buffer in a split window.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to David L. Dight for spotting and fixing an issue when using ctrl^. bufexplorer would incorrectly handle the previous buffer so that when ctrl^ was pressed the incorrect file was opened.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9128">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.2.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2008-08-15</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=9220">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.2.1</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2008-09-03</i></td>
+    <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">- Enhancements:
<br>  * For all those missing the \bs and \bv commands, these have now returned. Thanks to Phil O'Connell for asking for the return of these missing features and helping test out this version.
<br>- Fixes:
<br>  * Fixed problem with the bufExplorerFindActive code not working correctly.
<br>  * Fixed an incompatibility between bufexplorer and netrw that caused buffers to be incorrectly removed from the MRU list.</td>
+    <td class="rowodd" valign="top" width="2000">7.2.1  - Fix: * Thanks to Dimitar for spotting and fixing a feature that was inadvertently left out of the previous version. The feature was when bufexplorer was used together with WinManager, you could use the tab key to open a buffer in a split window.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8079">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.1.7</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-12-21</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=9128">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.2.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2008-08-15</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">TaCahiroy fixed several issues related to opening a buffer in a tab.
<br></td>
+    <td class="roweven" valign="top" width="2000">- Enhancements:
<br>  * For all those missing the \bs and \bv commands, these have now returned. Thanks to Phil O'Connell for asking for the return of these missing features and helping test out this version.
<br>- Fixes:
<br>  * Fixed problem with the bufExplorerFindActive code not working correctly.
<br>  * Fixed an incompatibility between bufexplorer and netrw that caused buffers to be incorrectly removed from the MRU list.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8015">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.1.6</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-12-01</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8079">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.1.7</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-12-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixes:
<br>  * Removed ff=unix from modeline in bufexplorer.txt. Found by Bill McCarthy.</td>
+    <td class="rowodd" valign="top" width="2000">TaCahiroy fixed several issues related to opening a buffer in a tab.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8008">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.1.5</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-11-30</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=8015">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.1.6</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed: Could not open unnamed buffers. Fixed by TaCahiroy.</td>
+    <td class="roweven" valign="top" width="2000">Fixes:
<br>  * Removed ff=unix from modeline in bufexplorer.txt. Found by Bill McCarthy.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7953">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.1.4</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-11-16</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=8008">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.1.5</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-11-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixes:
<br>  * Sometimes when a file's path has 'white space' in it, extra buffers would be created containing each piece of the path. i.e: opening c:\document and settings\test.txt would create a buffer named "and" and a buffer named "Documents". This was reported and fixed by TaCa Yoss. </td>
+    <td class="rowodd" valign="top" width="2000">Fixed: Could not open unnamed buffers. Fixed by TaCahiroy.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7946">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.1.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-11-15</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7953">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.1.4</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-11-16</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added code to allow only one instance of the plugin to run at a time. Thanks Dennis Hostetler.</td>
+    <td class="roweven" valign="top" width="2000">Fixes:
<br>  * Sometimes when a file's path has 'white space' in it, extra buffers would be created containing each piece of the path. i.e: opening c:\document and settings\test.txt would create a buffer named "and" and a buffer named "Documents". This was reported and fixed by TaCa Yoss. </td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7893">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.1.2</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-11-07</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7946">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.1.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-11-15</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">This is a MAJOR update.
<br>* Added handling of tabs. (Dave Larson)
<br>* Removed \bs and \bv commands because these are easier for the user to create horizontal and vertical windows. (Dave Larson)
<br>* Fixed jumplist issue spotted by JiangJun.
<br>* Went back to using just a plugin file, instead of both an autoload and plugin file. The splitting of the file caused issues with other plugins. So if you have a prior version of bufexplorer that has an autoload file, please remove autoload\bufexplorer and plugin\bufexplorer before installing this new version.
<br>* Fixed E493 error spotted by Thomas Arendsen Hein.
<br>* Minor cosmetic changes.
<br>* Minor help file changes.</td>
+    <td class="rowodd" valign="top" width="2000">Added code to allow only one instance of the plugin to run at a time. Thanks Dennis Hostetler.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7406">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.17</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-07-24</i></td>
-    <td class="roweven" valign="top" nowrap>7.0</td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7893">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.1.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-11-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed issue with 'drop' command. Various enhancements and improvements. </td>
+    <td class="roweven" valign="top" width="2000">This is a MAJOR update.
<br>* Added handling of tabs. (Dave Larson)
<br>* Removed \bs and \bv commands because these are easier for the user to create horizontal and vertical windows. (Dave Larson)
<br>* Fixed jumplist issue spotted by JiangJun.
<br>* Went back to using just a plugin file, instead of both an autoload and plugin file. The splitting of the file caused issues with other plugins. So if you have a prior version of bufexplorer that has an autoload file, please remove autoload\bufexplorer and plugin\bufexplorer before installing this new version.
<br>* Fixed E493 error spotted by Thomas Arendsen Hein.
<br>* Minor cosmetic changes.
<br>* Minor help file changes.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7032">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.15</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-04-27</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=7406">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.17</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-07-24</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Mark Smithfield for suggesting bufexplorer needed to handle the ':args' command.
<br>Fixed issue reported by Liu Jiaping on non Windows systems, which was
<br>  ...
<br>Open file1, open file2, modify file1, open bufexplorer, you get the following error:
<br>--------8<--------
<br>Error detected while processing function
<br><SNR>14_StartBufExplorer..<SNR>14_SplitOpen:
<br>line    4:
<br>E37: No write since last change (add ! to override)
<br>--------8<--------
<br>
<br>But the worse thing is, when I want to save the current buffer and type ':w', I get another error message:
<br>
<br>--------8<--------
<br>E382: Cannot write, 'buftype' option is set 
<br>--------8<--------</td>
+    <td class="rowodd" valign="top" width="2000">Fixed issue with 'drop' command. Various enhancements and improvements. </td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6897">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.14</b></td>
-    <td class="roweven" valign="top" nowrap><i>2007-03-23</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=7032">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.15</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-04-27</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Randall Hansen for removing the requirement of terminal versions to be recompiled with 'gui' support so the 'drop' command would work. The 'drop' command is really not needed in terminal versions.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Mark Smithfield for suggesting bufexplorer needed to handle the ':args' command.
<br>Fixed issue reported by Liu Jiaping on non Windows systems, which was
<br>  ...
<br>Open file1, open file2, modify file1, open bufexplorer, you get the following error:
<br>--------8<--------
<br>Error detected while processing function
<br><SNR>14_StartBufExplorer..<SNR>14_SplitOpen:
<br>line    4:
<br>E37: No write since last change (add ! to override)
<br>--------8<--------
<br>
<br>But the worse thing is, when I want to save the current buffer and type ':w', I get another error message:
<br>
<br>--------8<--------
<br>E382: Cannot write, 'buftype' option is set 
<br>--------8<--------</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6773">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.13</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2007-02-23</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6897">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.14</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2007-03-23</i></td>
     <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed Winmanager integration. Thanks to Dave Eggum for another major update. Most notable changes are, improved speed and code clean up. Please see the bufexplorer help for a full list of changes and updates.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Randall Hansen for removing the requirement of terminal versions to be recompiled with 'gui' support so the 'drop' command would work. The 'drop' command is really not needed in terminal versions.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6484">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.12</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-11-30</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=6773">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.13</b></td>
+    <td class="roweven" valign="top" nowrap><i>2007-02-23</i></td>
     <td class="roweven" valign="top" nowrap>7.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">MAJOR Update. Please Note that this version will ONLY run with Vim version 7.0 or greater.
<br>
<br>Dave Eggum has made some 'significant' updates to this latest version:
<br>  - Added BufExplorerGetAltBuf() global function to be used in the user�s rulerformat.
<br>  - Added g:bufExplorerSplitRight option.
<br>  - Added g:bufExplorerShowRelativePath option with mapping.
<br>  - Added current line highlighting.
<br>  - The split type can now be changed whether bufexplorer is opened in split mode or not.
<br>  - Various major and minor bug fixes and speed improvements.
<br>  - Sort by extension.
<br>  Other improvements/changes:
<br>  - Changed the help key from '?' to <F1> to be more 'standard'.
<br>  - Fixed splitting of vertical bufexplorer window.</td>
+    <td class="roweven" valign="top" width="2000">Fixed Winmanager integration. Thanks to Dave Eggum for another major update. Most notable changes are, improved speed and code clean up. Please see the bufexplorer help for a full list of changes and updates.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=5409">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.11</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-03-10</i></td>
-    <td class="rowodd" valign="top" nowrap>6.0</td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=6484">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.12</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2006-11-30</i></td>
+    <td class="rowodd" valign="top" nowrap>7.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed a couple of highlighting bugs, reported by David Eggum. He also changed passive voice to active on a couple of warning messages.</td>
+    <td class="rowodd" valign="top" width="2000">MAJOR Update. Please Note that this version will ONLY run with Vim version 7.0 or greater.
<br>
<br>Dave Eggum has made some 'significant' updates to this latest version:
<br>  - Added BufExplorerGetAltBuf() global function to be used in the user�s rulerformat.
<br>  - Added g:bufExplorerSplitRight option.
<br>  - Added g:bufExplorerShowRelativePath option with mapping.
<br>  - Added current line highlighting.
<br>  - The split type can now be changed whether bufexplorer is opened in split mode or not.
<br>  - Various major and minor bug fixes and speed improvements.
<br>  - Sort by extension.
<br>  Other improvements/changes:
<br>  - Changed the help key from '?' to <F1> to be more 'standard'.
<br>  - Fixed splitting of vertical bufexplorer window.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5353">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.10</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-03-02</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5409">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.11</b></td>
+    <td class="roweven" valign="top" nowrap><i>2006-03-10</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed bug report by Xiangjiang Ma. If the 'ssl' option is set, the slash character used when displaying the path was incorrect. Thanks Xiangjiang!
<br></td>
+    <td class="roweven" valign="top" width="2000">Fixed a couple of highlighting bugs, reported by David Eggum. He also changed passive voice to active on a couple of warning messages.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=5337">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.9</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2006-02-28</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=5353">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.10</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2006-03-02</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Martin Grenfell found and eliminated an annoying bug in the bufexplorer/winmanager integration. The bug was were an annoying message would be displayed when a window was split or a new file was opened in a new window. Thanks Martin!</td>
+    <td class="rowodd" valign="top" width="2000">Fixed bug report by Xiangjiang Ma. If the 'ssl' option is set, the slash character used when displaying the path was incorrect. Thanks Xiangjiang!
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4993">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.8</b></td>
-    <td class="roweven" valign="top" nowrap><i>2006-01-18</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=5337">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.9</b></td>
+    <td class="roweven" valign="top" nowrap><i>2006-02-28</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Mike Li for catching a bug in the WinManager integration. The bug was related to the incorrect displaying of the buffer explorer's window title.</td>
+    <td class="roweven" valign="top" width="2000">Martin Grenfell found and eliminated an annoying bug in the bufexplorer/winmanager integration. The bug was were an annoying message would be displayed when a window was split or a new file was opened in a new window. Thanks Martin!</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4904">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.7</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-12-19</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4993">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.8</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2006-01-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Jeremy Cowgar for adding a new enhancement. This enhancement allows the user to press 'S', that is capital S, which will open the buffer under the cursor in a newly created split window.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Mike Li for catching a bug in the WinManager integration. The bug was related to the incorrect displaying of the buffer explorer's window title.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4775">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.6</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-11-18</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4904">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.7</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Larry Zhang for finding a bug in the "split" buffer code. If you force set g:bufExplorerSplitType='v' in your vimrc, and if you tried to do a \bs to split the bufexplorer window, it would always split horizontal, not vertical. He also found that I had a typeo in that the variable g:bufExplorerSplitVertSize was all lower case in the documentation which was incorrect.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Jeremy Cowgar for adding a new enhancement. This enhancement allows the user to press 'S', that is capital S, which will open the buffer under the cursor in a newly created split window.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4680">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.5</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-10-18</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4775">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Mun Johl for pointing out a bug that if a buffer was modified, the '+' was not showing up correctly.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Larry Zhang for finding a bug in the "split" buffer code. If you force set g:bufExplorerSplitType='v' in your vimrc, and if you tried to do a \bs to split the bufexplorer window, it would always split horizontal, not vertical. He also found that I had a typeo in that the variable g:bufExplorerSplitVertSize was all lower case in the documentation which was incorrect.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4645">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.4</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-10-03</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4680">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-10-18</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed a problem discovered first by Xiangjiang Ma. Well since I've been using vim 7.0 and not 6.3, I started using a function (getftype) that is not in 6.3. So for backward compatibility, I conditionaly use this function now.  Thus, the g:bufExplorerShowDirectories feature is only available when using vim 7.0 and above.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Mun Johl for pointing out a bug that if a buffer was modified, the '+' was not showing up correctly.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4636">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.3</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-09-30</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4645">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-10-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Erwin Waterlander for finding a problem when the last buffer was deleted. This issue got me to rewrite the buffer display logic (which I've wanted to do for sometime now).
<br>Also great thanks to Dave Eggum for coming up with idea for g:bufExplorerShowDirectories. Directories usually show up in the list from using a command like ":e .", this controls how those are displayed.</td>
+    <td class="rowodd" valign="top" width="2000">Fixed a problem discovered first by Xiangjiang Ma. Well since I've been using vim 7.0 and not 6.3, I started using a function (getftype) that is not in 6.3. So for backward compatibility, I conditionaly use this function now.  Thus, the g:bufExplorerShowDirectories feature is only available when using vim 7.0 and above.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4072">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.2</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-03-25</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=4636">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-09-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Thomas Arendsen Hein for finding a problem when a user has the default help turned off and then brought up the explorer. An E493 would be displayed.
<br></td>
+    <td class="roweven" valign="top" width="2000">Thanks to Erwin Waterlander for finding a problem when the last buffer was deleted. This issue got me to rewrite the buffer display logic (which I've wanted to do for sometime now).
<br>Also great thanks to Dave Eggum for coming up with idea for g:bufExplorerShowDirectories. Directories usually show up in the list from using a command like ":e .", this controls how those are displayed.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3994">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>7.0.1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2005-03-10</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=4072">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-03-25</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Erwin Waterlander for finding a couple problems. The first problem allowed a modified buffer to be deleted.  Opps! The second problem occured when several files were opened, BufExplorer was started, the current buffer was deleted using the 'd' option, and then BufExplorer was exited. The deleted buffer was still visible while it is not in the buffers list. Opps again!</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Thomas Arendsen Hein for finding a problem when a user has the default help turned off and then brought up the explorer. An E493 would be displayed.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3932">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>7.0.0</b></td>
-    <td class="roweven" valign="top" nowrap><i>2005-02-28</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3994">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>7.0.1</b></td>
+    <td class="roweven" valign="top" nowrap><i>2005-03-10</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Shankar R. for suggesting to add the ability to set the fixed width (g:bufExplorerSplitVertSize) of a new window when opening bufexplorer vertically and fixed height (g:bufExplorerSplitHorzSize) of a new window when opening bufexplorer horizontally. By default, the windows are normally split to use half the existing width or height.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Erwin Waterlander for finding a couple problems. The first problem allowed a modified buffer to be deleted.  Opps! The second problem occured when several files were opened, BufExplorer was started, the current buffer was deleted using the 'd' option, and then BufExplorer was exited. The deleted buffer was still visible while it is not in the buffers list. Opps again!</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3262">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.3.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2004-07-23</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=3932">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>7.0.0</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2005-02-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added keepjumps so that the jumps list would not get clutered with bufexplorer related stuff.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Shankar R. for suggesting to add the ability to set the fixed width (g:bufExplorerSplitVertSize) of a new window when opening bufexplorer vertically and fixed height (g:bufExplorerSplitHorzSize) of a new window when opening bufexplorer horizontally. By default, the windows are normally split to use half the existing width or height.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=2937">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.2.3</b></td>
-    <td class="roweven" valign="top" nowrap><i>2004-04-15</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=3262">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.3.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2004-07-23</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Jay Logan for finding  a bug in the vertical split postion of the code. When selecting that the window was to be split vertically by doing a '\bv', from then on, all splits, i.e. '\bs', were split vertically, even though g:bufExplorerSplitType was not set to 'v'.</td>
+    <td class="roweven" valign="top" width="2000">Added keepjumps so that the jumps list would not get clutered with bufexplorer related stuff.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=2652">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.2.2</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2004-01-09</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=2937">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.3</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2004-04-15</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Patrik Modesto for adding a small improvement. For some reason his bufexplorer window was always showing up folded. He added 'setlocal nofoldenable' and it was fixed. If you are having the same problem, this version is for you...
<br></td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Jay Logan for finding  a bug in the vertical split postion of the code. When selecting that the window was to be split vertically by doing a '\bv', from then on, all splits, i.e. '\bs', were split vertically, even though g:bufExplorerSplitType was not set to 'v'.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=2383">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.2.1</b></td>
-    <td class="roweven" valign="top" nowrap><i>2003-10-09</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=2652">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.2</b></td>
+    <td class="roweven" valign="top" nowrap><i>2004-01-09</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks goes out to Takashi Matsuo for added the 'fullPath' sorting logic and option.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Patrik Modesto for adding a small improvement. For some reason his bufexplorer window was always showing up folded. He added 'setlocal nofoldenable' and it was fixed. If you are having the same problem, this version is for you...
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=2075">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.2.0</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2003-06-13</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=2383">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.2.1</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-10-09</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks goes out to Simon Johann-G�nter for spotting and fixing a problem in that the last search pattern is overriden by the search pattern for blank lines.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks goes out to Takashi Matsuo for added the 'fullPath' sorting logic and option.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1968">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.1.6</b></td>
-    <td class="roweven" valign="top" nowrap><i>2003-05-05</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=2075">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.2.0</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-06-13</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Artem Chuprina for finding a pesky bug that has been around for sometime now. The <esc> key mapping was causing the buffer explored to close prematurely when vim was run in an xterm. The <esc> key mapping is now removed.</td>
+    <td class="roweven" valign="top" width="2000">Thanks goes out to Simon Johann-G�nter for spotting and fixing a problem in that the last search pattern is overriden by the search pattern for blank lines.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1948">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.1.5</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2003-04-28</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1968">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.1.6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-05-05</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Khorev Sergey. Added option to show default help or not.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Artem Chuprina for finding a pesky bug that has been around for sometime now. The <esc> key mapping was causing the buffer explored to close prematurely when vim was run in an xterm. The <esc> key mapping is now removed.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1822">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.1.4</b></td>
-    <td class="roweven" valign="top" nowrap><i>2003-03-18</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1948">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.1.5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-04-28</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks goes out to Valery Kondakoff for suggesting the addition of setlocal nonumber and foldcolumn=0. This allows for line numbering and folding to be turned off temporarily while in the explorer.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Khorev Sergey. Added option to show default help or not.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1799">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.1.3</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2003-03-11</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1822">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.1.4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2003-03-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added the ability to force the newly split window to be temporarily vertical, which was suggested by Thomas Glanzmann. Added folding. Did some code cleanup.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks goes out to Valery Kondakoff for suggesting the addition of setlocal nonumber and foldcolumn=0. This allows for line numbering and folding to be turned off temporarily while in the explorer.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1376">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.1.2</b></td>
-    <td class="roweven" valign="top" nowrap><i>2002-11-05</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=1799">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.1.3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2003-03-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Now pressing the <esc> key will quit, just like 'q'. Added folds to hide winmanager configuration. If anyone had the 'C' option in their cpoptions they would receive a E10 error on startup of BufExplorer. cpo is now saved, updated and restored. Thanks to Charles E Campbell, Jr. Attempted to make sure there can only be one BufExplorer window open at a time.</td>
+    <td class="roweven" valign="top" width="2000">Added the ability to force the newly split window to be temporarily vertical, which was suggested by Thomas Glanzmann. Added folding. Did some code cleanup.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=724">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.1.1</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2002-03-28</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=1376">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.1.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-11-05</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Brian D. Goodwin for adding toupper to FileNameCmp. This way buffers sorted by name will be in the correct order regardless of case.
<br></td>
+    <td class="rowodd" valign="top" width="2000">Now pressing the <esc> key will quit, just like 'q'. Added folds to hide winmanager configuration. If anyone had the 'C' option in their cpoptions they would receive a E10 error on startup of BufExplorer. cpo is now saved, updated and restored. Thanks to Charles E Campbell, Jr. Attempted to make sure there can only be one BufExplorer window open at a time.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=684">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.16</b></td>
-    <td class="roweven" valign="top" nowrap><i>2002-03-14</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=724">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.1.1</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-03-28</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Andre Pang for the original patch/idea to get bufexplorer to work in insertmode/modeless mode (evim). Added Initialize and Cleanup autocommands to handle commands that need to be performed when starting or leaving bufexplorer.
<br></td>
+    <td class="roweven" valign="top" width="2000">Thanks to Brian D. Goodwin for adding toupper to FileNameCmp. This way buffers sorted by name will be in the correct order regardless of case.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=617">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.15</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2002-02-20</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=684">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.16</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Srinath Avadhanulax added a patch for winmanager.vim.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Andre Pang for the original patch/idea to get bufexplorer to work in insertmode/modeless mode (evim). Added Initialize and Cleanup autocommands to handle commands that need to be performed when starting or leaving bufexplorer.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=614">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.14</b></td>
-    <td class="roweven" valign="top" nowrap><i>2002-02-19</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=617">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.15</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-02-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fix a yew more bug that I thought I already had fixed. Thanks to Eric Bloodworth for adding 'Open Mode/Edit in Place'. Added vertical splitting.</td>
+    <td class="roweven" valign="top" width="2000">Srinath Avadhanulax added a patch for winmanager.vim.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=553">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.13</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2002-02-05</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=614">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.14</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-02-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Charles E Campbell, Jr. for pointing out some embarrassing typos that I had in the documentation. I guess I need to run the spell checker more :o)</td>
+    <td class="rowodd" valign="top" width="2000">Fix a yew more bug that I thought I already had fixed. Thanks to Eric Bloodworth for adding 'Open Mode/Edit in Place'. Added vertical splitting.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=543">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.12</b></td>
-    <td class="roweven" valign="top" nowrap><i>2002-02-04</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=553">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.13</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-02-05</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Madoka Machitani, for the tip on adding the augroup command around the MRUList autocommands.</td>
+    <td class="roweven" valign="top" width="2000">Thanks to Charles E Campbell, Jr. for pointing out some embarrassing typos that I had in the documentation. I guess I need to run the spell checker more :o)</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=513">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.11</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2002-01-26</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=543">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.12</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-02-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed bug report by Xiangjiang Ma. '"=' was being added to the search history which messed up hlsearch.
<br></td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Madoka Machitani, for the tip on adding the augroup command around the MRUList autocommands.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=472">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.10</b></td>
-    <td class="roweven" valign="top" nowrap><i>2002-01-14</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=513">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.11</b></td>
+    <td class="roweven" valign="top" nowrap><i>2002-01-26</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Added the necessary hooks so that the winmanager.vim script could more easily integrate with this script. Now the winmanager.vim script should not have to have it's own version of bufexplorer.vim.
<br>Tried to improve performance.
<br>Remember to look at 'help: add-local-help' on how to add the help file into the vim help system.</td>
+    <td class="roweven" valign="top" width="2000">Fixed bug report by Xiangjiang Ma. '"=' was being added to the search history which messed up hlsearch.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=427">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.9</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2001-12-17</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=472">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.10</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2002-01-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Now you can sort the buffer list by most recently used (MRU). Please note that this is now a .zip file. Please unzip in your vimfiles, ~/.vim or whatever directory you store your vim stuff in. This file contains \plugin\bufexplorer.vim and \doc\bufexplorer.txt. To add the nifty help to vim look under ':help add-local-help' for more information.</td>
+    <td class="rowodd" valign="top" width="2000">Added the necessary hooks so that the winmanager.vim script could more easily integrate with this script. Now the winmanager.vim script should not have to have it's own version of bufexplorer.vim.
<br>Tried to improve performance.
<br>Remember to look at 'help: add-local-help' on how to add the help file into the vim help system.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=393">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.8</b></td>
-    <td class="roweven" valign="top" nowrap><i>2001-12-03</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=427">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.9</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-12-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Was not resetting the showcmd command correctly.
<br>Added nifty help file.</td>
+    <td class="roweven" valign="top" width="2000">Now you can sort the buffer list by most recently used (MRU). Please note that this is now a .zip file. Please unzip in your vimfiles, ~/.vim or whatever directory you store your vim stuff in. This file contains \plugin\bufexplorer.vim and \doc\bufexplorer.txt. To add the nifty help to vim look under ':help add-local-help' for more information.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=360">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.7</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2001-11-19</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=393">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.8</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-12-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=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Thanks to Brett Carlane for some great enhancements. Some are added, some are not, yet. Added highlighting of current and alternate filenames. Added spliting of path/filename toggle. Reworked ShowBuffers(). Changed my email address.
<br></td>
+    <td class="rowodd" valign="top" width="2000">Was not resetting the showcmd command correctly.
<br>Added nifty help file.</td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=154">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.6</b></td>
-    <td class="roweven" valign="top" nowrap><i>2001-09-05</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=360">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.7</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-11-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Fixed problem with the SortListing() function failing when there was only one buffer to display.
<br></td>
+    <td class="roweven" valign="top" width="2000">Thanks to Brett Carlane for some great enhancements. Some are added, some are not, yet. Added highlighting of current and alternate filenames. Added spliting of path/filename toggle. Reworked ShowBuffers(). Changed my email address.
<br></td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=93">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.5</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2001-08-10</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=154">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.6</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-09-05</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Fixed problems reported by David Pascoe, in that you where unable to hit 'd' on a buffer that belonged to a files that nolonger existed and that the 'yank' buffer was being overridden by the help text when the bufexplorer was opened.</td>
+    <td class="rowodd" valign="top" width="2000">Fixed problem with the SortListing() function failing when there was only one buffer to display.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=77">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.4</b></td>
-    <td class="roweven" valign="top" nowrap><i>2001-07-31</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=93">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.5</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-08-10</i></td>
     <td class="roweven" valign="top" nowrap>6.0</td>
     <td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Thanks to Charles Campbell for making this plugin more plugin *compliant*, adding default keymappings of <Leader>be and <Leader>bs as well as fixing the 'w:sortDirLabel not being defined' bug.
<br></td>
+    <td class="roweven" valign="top" width="2000">Fixed problems reported by David Pascoe, in that you where unable to hit 'd' on a buffer that belonged to a files that nolonger existed and that the 'yank' buffer was being overridden by the help text when the bufexplorer was opened.</td>
 </tr>
 <tr>
-        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=72">bufexplorer.zip</a></td>
-    <td class="rowodd" valign="top" nowrap><b>6.0.3</b></td>
-    <td class="rowodd" valign="top" nowrap><i>2001-07-30</i></td>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=77">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.4</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-07-31</i></td>
     <td class="rowodd" valign="top" nowrap>6.0</td>
     <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
-    <td class="rowodd" valign="top" width="2000">Added ability to sort buffers by 'buffer number' or 'name' in forward and reverse order.</td>
+    <td class="rowodd" valign="top" width="2000">Thanks to Charles Campbell for making this plugin more plugin *compliant*, adding default keymappings of <Leader>be and <Leader>bs as well as fixing the 'w:sortDirLabel not being defined' bug.
<br></td>
 </tr>
 <tr>
-        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=60">bufexplorer.zip</a></td>
-    <td class="roweven" valign="top" nowrap><b>6.0.2</b></td>
-    <td class="roweven" valign="top" nowrap><i>2001-07-25</i></td>
+        <td class="roweven" valign="top" nowrap><a href="download_script.php?src_id=72">bufexplorer.zip</a></td>
+    <td class="roweven" valign="top" nowrap><b>6.0.3</b></td>
+    <td class="roweven" valign="top" nowrap><i>2001-07-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=97">jeff lanzarotta</a></i></td>
-    <td class="roweven" valign="top" width="2000">Initial upload</td>
+    <td class="roweven" valign="top" width="2000">Added ability to sort buffers by 'buffer number' or 'name' in forward and reverse order.</td>
+</tr>
+<tr>
+        <td class="rowodd" valign="top" nowrap><a href="download_script.php?src_id=60">bufexplorer.zip</a></td>
+    <td class="rowodd" valign="top" nowrap><b>6.0.2</b></td>
+    <td class="rowodd" valign="top" nowrap><i>2001-07-25</i></td>
+    <td class="rowodd" valign="top" nowrap>6.0</td>
+    <td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=97">jeff lanzarotta</a></i></td>
+    <td class="rowodd" valign="top" width="2000">Initial upload</td>
 </tr>
 </table>
 <!-- finish off the framework -->
diff --git a/plugin/bufexplorer.vim b/plugin/bufexplorer.vim
index ce64c4e..c8bdd1b 100644
--- a/plugin/bufexplorer.vim
+++ b/plugin/bufexplorer.vim
@@ -10,7 +10,7 @@
 " Name Of File: bufexplorer.vim
 "  Description: Buffer Explorer Vim Plugin
 "   Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com)
-" Last Changed: Monday, 14 Jan 2013
+" Last Changed: Monday, 06 May 2013
 "      Version: See g:bufexplorer_version for version number.
 "        Usage: This file should reside in the plugin directory and be
 "               automatically sourced.
@@ -49,7 +49,7 @@ endif
 "2}}}
 
 " Version number
-let g:bufexplorer_version = "7.3.3"
+let g:bufexplorer_version = "7.3.6"
 
 " Check for Vim version {{{2
 if v:version < 700
@@ -60,7 +60,7 @@ if v:version < 700
 endif
 
 " Create commands {{{2
-command! BufExplorer :call BufExplorer(has ("gui") ? "drop" : "hide edit")
+command! BufExplorer :call BufExplorer()
 command! BufExplorerHorizontalSplit :call BufExplorerHorizontalSplit()
 command! BufExplorerVerticalSplit :call BufExplorerVerticalSplit()
 
@@ -68,9 +68,9 @@ command! BufExplorerVerticalSplit :call BufExplorerVerticalSplit()
 function! s:Set(var, default)
     if !exists(a:var)
         if type(a:default)
-            exec "let" a:var "=" string(a:default)
+            execute "let" a:var "=" string(a:default)
         else
-            exec "let" a:var "=" a:default
+            execute "let" a:var "=" a:default
         endif
 
         return 1
@@ -103,12 +103,9 @@ function! s:Setup()
         autocmd BufEnter,BufNew * call s:ActivateBuffer()
         autocmd BufWipeOut * call s:DeactivateBuffer(1)
         autocmd BufDelete * call s:DeactivateBuffer(0)
-
         autocmd BufWinEnter \[BufExplorer\] call s:Initialize()
         autocmd BufWinLeave \[BufExplorer\] call s:Cleanup()
-
         autocmd TabEnter * call s:TabEnter()
-
         autocmd SessionLoadPost * call s:Reset()
     augroup END
 endfunction
@@ -137,7 +134,7 @@ function! s:Reset()
     let s:tabSpace = []
     let i = 0
 
-    while( tabpagenr('$') > 0 && i <= tabpagenr('$') )
+    while(tabpagenr('$') > 0 && i <= tabpagenr('$'))
         call add(s:tabSpace, [-1])
         let i = i + 1
     endwhile
@@ -239,11 +236,6 @@ function! s:ShouldIgnore(buf)
         return 1
     endif
 
-    " Ignore unlisted buffers.
-    if buflisted(a:buf) == 0
-        return 1
-    endif
-
     " Ignore buffers with no name.
     if empty(bufname(a:buf)) == 1
         return 1
@@ -322,17 +314,17 @@ endfunction
 " BufExplorerHorizontalSplit {{{2
 function! BufExplorerHorizontalSplit()
     let s:splitMode = "sp"
-    exec "BufExplorer"
+    execute "BufExplorer"
 endfunction
 
 " BufExplorerVerticalSplit {{{2
 function! BufExplorerVerticalSplit()
     let s:splitMode = "vsp"
-    exec "BufExplorer"
+    execute "BufExplorer"
 endfunction
 
 " BufExplorer {{{2
-function! BufExplorer(open)
+function! BufExplorer()
     let name = s:name
 
     if !has("win32")
@@ -344,7 +336,7 @@ function! BufExplorer(open)
     if s:running == 1
         " Go to the open buffer.
         if has("gui")
-            exec "drop" name
+            execute "drop" name
         endif
 
         return
@@ -355,21 +347,6 @@ function! BufExplorer(open)
 
     silent let s:raw_buffer_listing = s:GetBufferInfo(0)
 
-    let buffer_listing_copy = copy(s:raw_buffer_listing)
-
-    if (g:bufExplorerShowUnlisted == 0)
-        call filter(buffer_listing_copy, 'v:val.attributes !~ "u"')
-    endif
-
-    if (!empty(buffer_listing_copy))
-        call filter(buffer_listing_copy, 'v:val.shortname !~ "\\\[No Name\\\]"')
-    endif
-
-"   if len(buffer_listing_copy) <= 1
-"       call s:Warning("Sorry, there are no more buffers to explore")
-"       return
-"   endif
-
     " We may have to split the current window.
     if (s:splitMode != "")
         " Save off the original settings.
@@ -377,8 +354,7 @@ function! BufExplorer(open)
 
         " Set the setting to ours.
         let [&splitbelow, &splitright] = [g:bufExplorerSplitBelow, g:bufExplorerSplitRight]
-
-        let _size = (s:splitMode == "sp") ? g:bufExplorerSplitHorzSize : g:bufExplorerSplitVertSize
+        let _size = (s:splitMode == 'sp') ? g:bufExplorerSplitHorzSize : g:bufExplorerSplitVertSize
 
         " Split the window either horizontally or vertically.
         if _size <= 0
@@ -391,10 +367,10 @@ function! BufExplorer(open)
         let [&splitbelow, &splitright] = [_splitbelow, _splitright]
     endif
 
-    if !exists("b:displayMode") || b:displayMode != "winmanager"
+    if !exists('b:displayMode') || b:displayMode != 'winmanager'
         " Do not use keepalt when opening bufexplorer to allow the buffer that
         " we are leaving to become the new alternate buffer
-        exec "silent keepjumps ".a:open." ".name
+        execute 'silent keepjumps hide edit'.name
     endif
 
     call s:DisplayBufferList()
@@ -402,7 +378,7 @@ function! BufExplorer(open)
     " Position the cursor in the newly displayed list on the line representing
     " the active buffer.  The active buffer is the line with the '%' character
     " in it.
-    execute search("%")
+    execute search('%')
 endfunction
 
 " DisplayBufferList {{{2
@@ -416,6 +392,12 @@ function! s:DisplayBufferList()
 
     call s:SetupSyntax()
     call s:MapKeys()
+
+    " Wipe out any existing lines in case BufExplorer buffer exists and the
+    " user had changed any global settings that might reduce the number of
+    " lines needed in the buffer.
+    keepjumps 1,$d _
+
     call setline(1, s:CreateHelp())
     call s:BuildBufferList()
     call cursor(s:firstBufferLine, 1)
@@ -454,7 +436,7 @@ function! s:MapKeys()
     nnoremap <script> <silent> <buffer> u             :call <SID>ToggleShowUnlisted()<CR>
 
     for k in ["G", "n", "N", "L", "M", "H"]
-        exec "nnoremap <buffer> <silent>" k ":keepjumps normal!" k."<CR>"
+        execute "nnoremap <buffer> <silent>" k ":keepjumps normal!" k."<CR>"
     endfor
 endfunction
 
@@ -512,7 +494,7 @@ function! s:ToggleHelp()
 
     " Remove old header.
     if (s:firstBufferLine > 1)
-        exec "keepjumps 1,".(s:firstBufferLine - 1) "d _"
+        execute "keepjumps 1,".(s:firstBufferLine - 1) "d _"
     endif
 
     call append(0, s:CreateHelp())
@@ -603,10 +585,19 @@ function! s:GetBufferInfo(bufnr)
     " Loop over each line in the buffer.
     for buf in split(bufoutput, '\n')
         let bits = split(buf, '"')
-        let b = {"attributes": bits[0], "line": substitute(bits[2], '\s*', '', '')}
+
+        " Use first and last components after the split on '"', in case a
+        " filename with an embedded '"' is present.
+        let b = {"attributes": bits[0], "line": substitute(bits[-1], '\s*', '', '')}
+
+        let name = bufname(str2nr(b.attributes))
+        let b["hasNoName"] = empty(name)
+        if b.hasNoName
+            let name = "[No Name]"
+        endif
 
         for [key, val] in items(s:types)
-            let b[key] = fnamemodify(bits[1], val)
+            let b[key] = fnamemodify(name, val)
         endfor
 
         if getftype(b.fullname) == "dir" && g:bufExplorerShowDirectories == 1
@@ -646,11 +637,12 @@ function! s:BuildBufferList()
             continue
         endif
 
-        " Ignore buffers with no name.
-        if empty(bufname(str2nr(buf.attributes))) == 1
+        " Skip "No Name" buffers if we are not to show them.
+        if (!g:bufExplorerShowNoName && buf.hasNoName)
             continue
         endif
 
+        " Are we to show only buffer(s) for this tab?
         if (g:bufExplorerShowTabBuffer)
             let show_buffer = 0
 
@@ -669,7 +661,8 @@ function! s:BuildBufferList()
 
         let line = buf.attributes." "
 
-        if g:bufExplorerSplitOutPathName
+        " Are we to split the path and file name?
+        if (g:bufExplorerSplitOutPathName)
             let type = (g:bufExplorerShowRelativePath) ? "relativepath" : "path"
             let path = buf[type]
             let pad  = (g:bufExplorerShowUnlisted) ? s:allpads.shortname : s:listedpads.shortname
@@ -692,7 +685,6 @@ function! s:BuildBufferList()
     endfor
 
     call setline(s:firstBufferLine, lines)
-
     call s:SortListing()
 endfunction
 
@@ -700,11 +692,11 @@ endfunction
 function! s:SelectBuffer(...)
     " Sometimes messages are not cleared when we get here so it looks like an
     " error has occurred when it really has not.
-" 3/25/2012    echo ""
+    "echo ""
 
     " Are we on a line with a file name?
     if line('.') < s:firstBufferLine
-        exec "normal! \<CR>"
+        execute "normal! \<CR>"
         return
     endif
 
@@ -733,7 +725,7 @@ function! s:SelectBuffer(...)
             " Yes, we are to open the selected buffer in a tab.
 
             " Restore [BufExplorer] buffer.
-            exec "keepjumps silent buffer!".s:originBuffer
+            execute "keepjumps silent buffer!".s:originBuffer
 
             " Get the tab nmber where this bufer is located in.
             let tabNbr = s:GetTabNbr(_bufNbr)
@@ -741,20 +733,20 @@ function! s:SelectBuffer(...)
             " Was the tab found?
             if tabNbr == 0
                 " _bufNbr is not opened in any tabs. Open a new tab with the selected buffer in it.
-                exec "999tab split +buffer" . _bufNbr
+                execute "999tab split +buffer" . _bufNbr
             else
                 " The _bufNbr is already opened in a tab, go to that tab.
-                exec tabNbr . "tabnext"
+                execute tabNbr . "tabnext"
 
                 " Focus window.
-                exec s:GetWinNbr(tabNbr, _bufNbr) . "wincmd w"
+                execute s:GetWinNbr(tabNbr, _bufNbr) . "wincmd w"
             endif
         else
             " No, the user did not ask to open the selected buffer in a tab.
 
             " Are we suppose to move to the tab where the active buffer is?
             if exists("g:bufExplorerChgWin")
-                exe g:bufExplorerChgWin."wincmd w"
+                execute g:bufExplorerChgWin."wincmd w"
             elseif bufloaded(_bufNbr) && g:bufExplorerFindActive
                 call s:Close()
 
@@ -764,17 +756,17 @@ function! s:SelectBuffer(...)
                 " Was the tab found?
                 if tabNbr != 0
                     " Yes, the buffer is located in a tab. Go to that tab number.
-                    exec tabNbr . "tabnext"
+                    execute tabNbr . "tabnext"
                 else
                     "Nope, the buffer is not in a tab. Simply switch to that
                     "buffer.
                     let _bufName = expand("#"._bufNbr.":p")
-                    exec _bufName ? "drop ".escape(_bufName, " ") : "buffer "._bufNbr
+                    execute _bufName ? "drop ".escape(_bufName, " ") : "buffer "._bufNbr
                 endif
             endif
 
             " Switch to the buffer.
-            exec "keepalt keepjumps silent b!" _bufNbr
+            execute "keepalt keepjumps silent b!" _bufNbr
         endif
 
         " Make the buffer 'listed' again.
@@ -844,9 +836,9 @@ function! s:DeleteBuffer(buf, mode)
     try
         " Wipe/Delete buffer from Vim.
         if a:mode == "wipe"
-            exe "silent bwipe" a:buf
+            execute "silent bwipe" a:buf
         else
-            exe "silent bdelete" a:buf
+            execute "silent bdelete" a:buf
         endif
 
         " Delete the buffer from the list on screen.
@@ -868,18 +860,19 @@ function! s:Close()
 
     " If we needed to split the main window, close the split one.
     if (s:splitMode != "")
-        exec "wincmd c"
+        execute "wincmd c"
     endif
 
     " Check to see if there are anymore buffers listed.
     if len(listed) == 0
         " Since there are no buffers left to switch to, open a new empty
         " buffers.
-        exe "enew"
+        execute "enew"
     else
-        " Since there are buffers left to switch to, swith to them...
+        " Since there are buffers left to switch to, swith to the previous and
+        " then the current.
         for b in reverse(listed[0:1])
-            exec "keepjumps silent b ".b
+            execute "keepjumps silent b ".b
         endfor
     endif
 
@@ -934,9 +927,9 @@ function! s:RebuildBufferList(...)
 
     let curPos = getpos('.')
 
-    if a:0
+    if a:0 && a:000[0] && (line('$') >= s:firstBufferLine)
         " Clear the list first.
-        exec "keepjumps ".s:firstBufferLine.',$d "_'
+        execute "keepjumps ".s:firstBufferLine.',$d _'
     endif
 
     let num_bufs = s:BuildBufferList()
@@ -1001,22 +994,22 @@ function! s:SortListing()
 
     if g:bufExplorerSortBy == "number"
         " Easiest case.
-        exec sort 'n'
+        execute sort 'n'
     elseif g:bufExplorerSortBy == "name"
         if g:bufExplorerSplitOutPathName
-            exec sort 'ir /\d.\{7}\zs\f\+\ze/'
+            execute sort 'ir /\d.\{7}\zs\f\+\ze/'
         else
-            exec sort 'ir /\zs[^\/\\]\+\ze\s*line/'
+            execute sort 'ir /\zs[^\/\\]\+\ze\s*line/'
         endif
     elseif g:bufExplorerSortBy == "fullpath"
         if g:bufExplorerSplitOutPathName
             " Sort twice - first on the file name then on the path.
-            exec sort 'ir /\d.\{7}\zs\f\+\ze/'
+            execute sort 'ir /\d.\{7}\zs\f\+\ze/'
         endif
 
-        exec sort 'ir /\zs\f\+\ze\s\+line/'
+        execute sort 'ir /\zs\f\+\ze\s\+line/'
     elseif g:bufExplorerSortBy == "extension"
-        exec sort 'ir /\.\zs\w\+\ze\s/'
+        execute sort 'ir /\.\zs\w\+\ze\s/'
     elseif g:bufExplorerSortBy == "mru"
         let l = getline(s:firstBufferLine, "$")
 
@@ -1111,7 +1104,7 @@ function! BufExplorer_ReSize()
 
     let nlines = min([line("$"), g:bufExplorerMaxHeight])
 
-    exe nlines." wincmd _"
+    execute nlines." wincmd _"
 
     " The following lines restore the layout so that the last file line is also
     " the last window line. Sometimes, when a line is deleted, although the
@@ -1119,7 +1112,7 @@ function! BufExplorer_ReSize()
     " the lines are pushed up and we see some lagging '~'s.
     let pres = getpos(".")
 
-    exe $
+    execute $
 
     let _scr = &scrolloff
     let &scrolloff = 0
@@ -1154,6 +1147,7 @@ call s:Set("g:bufExplorerShowDirectories", 1)       " (Dir's are added by comman
 call s:Set("g:bufExplorerShowRelativePath", 0)      " Show listings with relative or absolute paths?
 call s:Set("g:bufExplorerShowTabBuffer", 0)         " Show only buffer(s) for this tab?
 call s:Set("g:bufExplorerShowUnlisted", 0)          " Show unlisted buffers?
+call s:Set("g:bufExplorerShowNoName", 0)            " Show "No Name" buffers?
 call s:Set("g:bufExplorerSortBy", "mru")            " Sorting methods are in s:sort_by:
 call s:Set("g:bufExplorerSplitBelow", &splitbelow)  " Should horizontal splits be below or above current window?
 call s:Set("g:bufExplorerSplitOutPathName", 1)      " Split out path and file name?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim-scripts.git



More information about the pkg-vim-maintainers mailing list