Просмотр исходного кода

Increased version number

After several modifications to both the plugin and the documentation by
several users, the version
number needs to be bumped to 7.4.8.
jlanzarotta 11 лет назад
Родитель
Сommit
5b6d5004b6
2 измененных файлов с 8 добавлено и 5 удалено
  1. 5 2
      doc/bufexplorer.txt
  2. 3 3
      plugin/bufexplorer.vim

+ 5 - 2
doc/bufexplorer.txt

@@ -1,7 +1,7 @@
-*bufexplorer.txt*              Buffer Explorer       Last Change: 20 Jan 2015
+*bufexplorer.txt*              Buffer Explorer       Last Change: 27 Jan 2015
 
 Buffer Explorer                                *buffer-explorer* *bufexplorer*
-                                Version 7.4.7
+                                Version 7.4.8
 
 Plugin for easily exploring (or browsing) Vim|:buffers|.
 
@@ -253,6 +253,9 @@ The default is 0, so that the size is set by Vim.
 ===============================================================================
 CHANGE LOG                                              *bufexplorer-changelog*
 
+7.4.8    January 27, 2015
+    - Thanks to Marius Gedminas for fixing up the documentation and correcting
+      various typos. 
 7.4.7    January 20, 2015
     - Thanks goes out to Phil Runninger for added the ability to toggle the
       bufexplorer list on and off using the :ToggleBufExplorer command, the

+ 3 - 3
plugin/bufexplorer.vim

@@ -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