Skip to content

Commit

Permalink
Version 7.1.6
Browse files Browse the repository at this point in the history
Fixes:
  * Removed ff=unix from modeline in bufexplorer.txt. Found by Bill McCarthy.
  • Loading branch information
jeff lanzarotta authored and vim-scripts committed Oct 18, 2010
1 parent ee91ff3 commit 14da4bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions doc/bufexplorer.txt
@@ -1,7 +1,7 @@
*bufexplorer.txt* Buffer Explorer Last Change: 30 Nov 2007 *bufexplorer.txt* Buffer Explorer Last Change: 02 Dec 2007


Buffer Explorer *buffer-explorer* *bufexplorer* Buffer Explorer *buffer-explorer* *bufexplorer*
Version 7.1.5 Version 7.1.6


Plugin for easily exploring (or browsing) Vim |:buffers|. Plugin for easily exploring (or browsing) Vim |:buffers|.


Expand Down Expand Up @@ -146,6 +146,9 @@ The default is to split the path and file name.
=============================================================================== ===============================================================================
CHANGE LOG *bufexplorer-changelog* CHANGE LOG *bufexplorer-changelog*


7.1.6 - Fixes:
* Removed ff=unix from modeline in bufexplorer.txt. Found by Bill
McCarthy.
7.1.5 - Fixes: 7.1.5 - Fixes:
* Could not open unnamed buffers. Fixed by TaCahiroy. * Could not open unnamed buffers. Fixed by TaCahiroy.
7.1.4 - Fixes: 7.1.4 - Fixes:
Expand Down Expand Up @@ -398,4 +401,4 @@ helped and gave me suggestions. I wouldn't want to leave anyone out so I
won't list names. won't list names.


=============================================================================== ===============================================================================
vim:tw=78:noet:wrap:ts=8:ft=help:ff=unix:norl: vim:tw=78:noet:wrap:ts=8:ft=help:norl:
4 changes: 2 additions & 2 deletions plugin/bufexplorer.vim
Expand Up @@ -10,7 +10,7 @@
" Name Of File: bufexplorer.vim " Name Of File: bufexplorer.vim
" Description: Buffer Explorer Vim Plugin " Description: Buffer Explorer Vim Plugin
" Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com) " Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com)
" Last Changed: Friday, 30 November 2007 " Last Changed: Sunday, 02 December 2007
" Version: See g:bufexplorer_version for version number. " Version: See g:bufexplorer_version for version number.
" Usage: This file should reside in the plugin directory and be " Usage: This file should reside in the plugin directory and be
" automatically sourced. " automatically sourced.
Expand All @@ -34,7 +34,7 @@ endif
"1}}} "1}}}


" Version number " Version number
let g:bufexplorer_version = "7.1.5" let g:bufexplorer_version = "7.1.6"


" Check for Vim version 700 or greater {{{1 " Check for Vim version 700 or greater {{{1
if v:version < 700 if v:version < 700
Expand Down

0 comments on commit 14da4bd

Please sign in to comment.