|
|
@@ -1,5 +1,5 @@
|
|
|
"=============================================================================
|
|
|
-" Copyright: Copyright (c) 2001-2014, Jeff Lanzarotta
|
|
|
+" Copyright: Copyright (c) 2001-2015, Jeff Lanzarotta
|
|
|
" All rights reserved.
|
|
|
"
|
|
|
" Redistribution and use in source and binary forms, with or
|
|
|
@@ -36,7 +36,7 @@
|
|
|
" Name Of File: bufexplorer.vim
|
|
|
" Description: Buffer Explorer Vim Plugin
|
|
|
" Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com)
|
|
|
-" Last Changed: Tuesday, 20 January 2015
|
|
|
+" Last Changed: Tuesday, 27 January 2015
|
|
|
" Version: See g:bufexplorer_version for version number.
|
|
|
" Usage: This file should reside in the plugin directory and be
|
|
|
" automatically sourced.
|
|
|
@@ -75,7 +75,7 @@ endif
|
|
|
"2}}}
|
|
|
|
|
|
" Version number
|
|
|
-let g:bufexplorer_version = "7.4.7"
|
|
|
+let g:bufexplorer_version = "7.4.8"
|
|
|
|
|
|
" Check for Vim version {{{2
|
|
|
if v:version < 700
|